Html Css Color HEX #2CE022 Lime Green

📋 copy color: '#2CE022'

red 44 ◦ green 224 ◦ blue 34

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

Shades of Lime Green #2CE022

Tints of Lime Green #2CE022

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.17%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 14.57%
G = 74.17%
B = 11.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#2CE022 (or 0x2CE022) is known color: Lime Green. HEX triplet: 2C, E0 and 22. RGB value is (44,224,34). Sum of RGB (Red+Green+Blue) = 44+224+34=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE022 is #D31FDD. Grayscale: #959595. Windows color (decimal): -13836254 or 2285612. OLE color: 2285612.

HSL color Cylindrical-coordinate representation of color #2CE022: hue angle of 116.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CE022 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 34 -
CMYK 0.80 0 0.85 0.12
HSL 116.84º 0.75% 0.51% -
HSV(B) 116.84º 0.85% 0.88% -
XYZ 27.98 53.96 10.45 -
YUV 148.52 63.37 53.45 -
System Red Green Blue C M Y K H S L
Decimal 44 224 34 0.80 0 0.85 0.12 116.84 0.75 0.51
Hex 2C E0 22 50 0 55 C 75 4B 33
Octal 54 340 42 120 0 125 14 165 113 63
Binary 101100 11100000 100010 1010000 0 1010101 1100 1110101 1001011 110011

Color Harmonies of #2CE022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE022

Black with #2CE022

Text Example


Text Example

White with #2CE022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,34); }

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

background-color css

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

 a { background-color: rgb(44,224,34); }

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

border-color css

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

 span { border-color: rgb(44,224,34); }

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