#2CD92F

Color #2CD92F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CD92F

Tints of Lime Green #2CD92F

Color information

#2CD92F (or 0x2CD92F) is unknown color: approx Lime Green. HEX triplet: 2C, D9 and 2F. RGB value is (44,217,47). Sum of RGB (Red+Green+Blue) = 44+217+47=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD92F is #D326D0. Grayscale: #929292. Windows color (decimal): -13838033 or 3135788. OLE color: 3135788.

HSL color Cylindrical-coordinate representation of color #2CD92F: hue angle of 121.04º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD92F is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB4421747-
CMYK0.8000.780.15
HSL121.04º69.48%51.18%-
HSV(B)121.04º79.72%85.1%-
XYZ26.3650.3711.02-
YUV145.8972.1955.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 217 (85.16% from 255) = 70.45%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=14.29%
G=70.45%
B=15.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44217470.8000.780.15121.0469.4851.18
Hex2CD92F5004EF794533
Octal543315712001161717110563
Binary10110011011001101111101000001001110111111110011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CD92F; }

 p { color: rgb(44,217,47); }

 H1.HeaderClassName
 {
   color: #2CD92F;
 }
 .AnyTagClassName
 {
   color: #2CD92F;
 }
</style>
background-color css

<style>
 a { background-color: #2CD92F; }

 a { background-color: rgb(44,217,47); }

 div.DivClassName
 {
   background-color: #2CD92F;
 }
 .BgClassName
 {
   background-color: #2CD92F;
 }
</style>
border-color css

<style>
 span { border-color: #2CD92F; }

 span { border-color: rgb(44,217,47); }

 td.TdClassName
 {
   border-color: #2CD92F;
 }
 .TagClassName
 {
   border-color: #2CD92F;
 }
</style>