Html Css Color HEX #2CEC30 Lime Green

📋 copy color: '#2CEC30'

red 44 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #2CEC30

Tints of Lime Green #2CEC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 13.41%
G = 71.95%
B = 14.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#2CEC30 (or 0x2CEC30) is known color: Lime Green. HEX triplet: 2C, EC and 30. RGB value is (44,236,48). Sum of RGB (Red+Green+Blue) = 44+236+48=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 236 (92.58% from 255 or 71.95% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEC30 is #D313CF. Grayscale: #9D9D9D. Windows color (decimal): -13833168 or 3206188. OLE color: 3206188.

HSL color Cylindrical-coordinate representation of color #2CEC30: hue angle of 121.25º 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 #2CEC30 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 236 48 -
CMYK 0.81 0 0.80 0.07
HSL 121.25º 0.83% 0.55% -
HSV(B) 121.25º 0.81% 0.93% -
XYZ 31.57 60.74 12.86 -
YUV 157.16 66.39 47.29 -
System Red Green Blue C M Y K H S L
Decimal 44 236 48 0.81 0 0.80 0.07 121.25 0.83 0.55
Hex 2C EC 30 51 0 50 7 79 53 37
Octal 54 354 60 121 0 120 7 171 123 67
Binary 101100 11101100 110000 1010001 0 1010000 111 1111001 1010011 110111

Color Harmonies of #2CEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEC30

Black with #2CEC30

Text Example


Text Example

White with #2CEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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