Html Css Color HEX #2CEC34 Lime Green

📋 copy color: '#2CEC34'

red 44 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #2CEC34

Tints of Lime Green #2CEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 13.25%
G = 71.08%
B = 15.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#2CEC34 (or 0x2CEC34) is known color: Lime Green. HEX triplet: 2C, EC and 34. RGB value is (44,236,52). Sum of RGB (Red+Green+Blue) = 44+236+52=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC34 is #D313CB. Grayscale: #9E9E9E. Windows color (decimal): -13833164 or 3468332. OLE color: 3468332.

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

Color convert

RGB 44 236 52 -
CMYK 0.81 0 0.78 0.07
HSL 122.5º 0.83% 0.55% -
HSV(B) 122.5º 0.81% 0.93% -
XYZ 31.65 60.77 13.31 -
YUV 157.62 68.39 46.96 -
System Red Green Blue C M Y K H S L
Decimal 44 236 52 0.81 0 0.78 0.07 122.5 0.83 0.55
Hex 2C EC 34 51 0 4E 7 7B 53 37
Octal 54 354 64 121 0 116 7 173 123 67
Binary 101100 11101100 110100 1010001 0 1001110 111 1111011 1010011 110111

Color Harmonies of #2CEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC34

Black with #2CEC34

Text Example


Text Example

White with #2CEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,236,52); }

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

background-color css

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

 a { background-color: rgb(44,236,52); }

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

border-color css

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

 span { border-color: rgb(44,236,52); }

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