Html Css Color HEX #2CEE40 Lime Green

📋 copy color: '#2CEE40'

red 44 ◦ green 238 ◦ blue 64

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

Shades of Lime Green #2CEE40

Tints of Lime Green #2CEE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 68.79%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 12.72%
G = 68.79%
B = 18.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#2CEE40 (or 0x2CEE40) is known color: Lime Green. HEX triplet: 2C, EE and 40. RGB value is (44,238,64). Sum of RGB (Red+Green+Blue) = 44+238+64=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 238 (93.36% from 255 or 68.79% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEE40 is #D311BF. Grayscale: #A0A0A0. Windows color (decimal): -13832640 or 4255276. OLE color: 4255276.

HSL color Cylindrical-coordinate representation of color #2CEE40: hue angle of 126.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEE40 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 238 64 -
CMYK 0.82 0 0.73 0.07
HSL 126.19º 0.85% 0.55% -
HSV(B) 126.19º 0.82% 0.93% -
XYZ 32.54 62.05 15.11 -
YUV 160.16 73.73 45.15 -
System Red Green Blue C M Y K H S L
Decimal 44 238 64 0.82 0 0.73 0.07 126.19 0.85 0.55
Hex 2C EE 40 52 0 49 7 7E 55 37
Octal 54 356 100 122 0 111 7 176 125 67
Binary 101100 11101110 1000000 1010010 0 1001001 111 1111110 1010101 110111

Color Harmonies of #2CEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEE40

Black with #2CEE40

Text Example


Text Example

White with #2CEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,238,64); }

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

background-color css

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

 a { background-color: rgb(44,238,64); }

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

border-color css

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

 span { border-color: rgb(44,238,64); }

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