Html Css Color HEX #2CF044 Lime Green

📋 copy color: '#2CF044'

red 44 ◦ green 240 ◦ blue 68

#2CF044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2CF044

Tints of Lime Green #2CF044

RGB

 RED value IS 44 (17.58% from 255) = 12.5%

 GREEN value IS 240 (94.14% from 255) = 68.18%

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 12.5%
G = 68.18%
B = 19.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#2CF044 (or 0x2CF044) is known color: Lime Green. HEX triplet: 2C, F0 and 44. RGB value is (44,240,68). Sum of RGB (Red+Green+Blue) = 44+240+68=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF044 is #D30FBB. Grayscale: #A2A2A2. Windows color (decimal): -13832124 or 4517932. OLE color: 4517932.

HSL color Cylindrical-coordinate representation of color #2CF044: hue angle of 127.35º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF044 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 240 68 -
CMYK 0.82 0 0.72 0.06
HSL 127.35º 0.87% 0.56% -
HSV(B) 127.35º 0.82% 0.94% -
XYZ 33.24 63.27 15.93 -
YUV 161.79 75.07 43.99 -
System Red Green Blue C M Y K H S L
Decimal 44 240 68 0.82 0 0.72 0.06 127.35 0.87 0.56
Hex 2C F0 44 52 0 48 6 7F 57 38
Octal 54 360 104 122 0 110 6 177 127 70
Binary 101100 11110000 1000100 1010010 0 1001000 110 1111111 1010111 111000

Color Harmonies of #2CF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF044

Black with #2CF044

Text Example


Text Example

White with #2CF044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,240,68); }

 H1.HeaderClassName
 {
   color: #2CF044;
 }
 .AnyTagClassName
 {
   color: #2CF044;
 }
</style>

background-color css

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

 a { background-color: rgb(44,240,68); }

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

border-color css

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

 span { border-color: rgb(44,240,68); }

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