Html Css Color HEX #2CE922 Lime Green

📋 copy color: '#2CE922'

red 44 ◦ green 233 ◦ blue 34

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

Shades of Lime Green #2CE922

Tints of Lime Green #2CE922

RGB

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

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

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

R = 14.15%
G = 74.92%
B = 10.93%

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

#2CE922 (or 0x2CE922) is known color: Lime Green. HEX triplet: 2C, E9 and 22. RGB value is (44,233,34). Sum of RGB (Red+Green+Blue) = 44+233+34=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE922 is #D316DD. Grayscale: #9A9A9A. Windows color (decimal): -13833950 or 2287916. OLE color: 2287916.

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

Color convert

RGB 44 233 34 -
CMYK 0.81 0 0.85 0.09
HSL 116.98º 0.82% 0.52% -
HSV(B) 116.98º 0.85% 0.91% -
XYZ 30.47 58.93 11.28 -
YUV 153.8 60.38 49.68 -
System Red Green Blue C M Y K H S L
Decimal 44 233 34 0.81 0 0.85 0.09 116.98 0.82 0.52
Hex 2C E9 22 51 0 55 9 75 52 34
Octal 54 351 42 121 0 125 11 165 122 64
Binary 101100 11101001 100010 1010001 0 1010101 1001 1110101 1010010 110100

Color Harmonies of #2CE922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE922

Black with #2CE922

Text Example


Text Example

White with #2CE922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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