Html Css Color HEX #2CE924 Lime Green

📋 copy color: '#2CE924'

red 44 ◦ green 233 ◦ blue 36

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

Shades of Lime Green #2CE924

Tints of Lime Green #2CE924

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.44%

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 14.06%
G = 74.44%
B = 11.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2CE924 (or 0x2CE924) is known color: Lime Green. HEX triplet: 2C, E9 and 24. RGB value is (44,233,36). Sum of RGB (Red+Green+Blue) = 44+233+36=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE924 is #D316DB. Grayscale: #9A9A9A. Windows color (decimal): -13833948 or 2418988. OLE color: 2418988.

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

Color convert

RGB 44 233 36 -
CMYK 0.81 0 0.85 0.09
HSL 117.56º 0.82% 0.53% -
HSV(B) 117.56º 0.85% 0.91% -
XYZ 30.5 58.94 11.44 -
YUV 154.03 61.38 49.52 -
System Red Green Blue C M Y K H S L
Decimal 44 233 36 0.81 0 0.85 0.09 117.56 0.82 0.53
Hex 2C E9 24 51 0 55 9 76 52 35
Octal 54 351 44 121 0 125 11 166 122 65
Binary 101100 11101001 100100 1010001 0 1010101 1001 1110110 1010010 110101

Color Harmonies of #2CE924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE924

Black with #2CE924

Text Example


Text Example

White with #2CE924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,233,36); }

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

background-color css

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

 a { background-color: rgb(44,233,36); }

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

border-color css

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

 span { border-color: rgb(44,233,36); }

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