Html Css Color HEX #2CE81E Lime Green

📋 copy color: '#2CE81E'

red 44 ◦ green 232 ◦ blue 30

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

Shades of Lime Green #2CE81E

Tints of Lime Green #2CE81E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 75.82%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 14.38%
G = 75.82%
B = 9.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#2CE81E (or 0x2CE81E) is known color: Lime Green. HEX triplet: 2C, E8 and 1E. RGB value is (44,232,30). Sum of RGB (Red+Green+Blue) = 44+232+30=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 232 (91.02% from 255 or 75.82% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE81E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE81E is #D317E1. Grayscale: #999999. Windows color (decimal): -13834210 or 2025516. OLE color: 2025516.

HSL color Cylindrical-coordinate representation of color #2CE81E: hue angle of 115.84º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CE81E is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 232 30 -
CMYK 0.81 0 0.87 0.09
HSL 115.84º 0.81% 0.51% -
HSV(B) 115.84º 0.87% 0.91% -
XYZ 30.13 58.34 10.9 -
YUV 152.76 58.72 50.43 -
System Red Green Blue C M Y K H S L
Decimal 44 232 30 0.81 0 0.87 0.09 115.84 0.81 0.51
Hex 2C E8 1E 51 0 57 9 74 51 33
Octal 54 350 36 121 0 127 11 164 121 63
Binary 101100 11101000 11110 1010001 0 1010111 1001 1110100 1010001 110011

Color Harmonies of #2CE81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE81E

Black with #2CE81E

Text Example


Text Example

White with #2CE81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,232,30); }

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

background-color css

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

 a { background-color: rgb(44,232,30); }

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

border-color css

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

 span { border-color: rgb(44,232,30); }

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