Html Css Color HEX #2CE216 Lime Green

📋 copy color: '#2CE216'

red 44 ◦ green 226 ◦ blue 22

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

Shades of Lime Green #2CE216

Tints of Lime Green #2CE216

RGB

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

 GREEN value IS 226 (88.67% from 255) = 77.4%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 15.07%
G = 77.4%
B = 7.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#2CE216 (or 0x2CE216) is known color: Lime Green. HEX triplet: 2C, E2 and 16. RGB value is (44,226,22). Sum of RGB (Red+Green+Blue) = 44+226+22=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CE216 is #D31DE9. Grayscale: #949494. Windows color (decimal): -13835754 or 1499692. OLE color: 1499692.

HSL color Cylindrical-coordinate representation of color #2CE216: hue angle of 113.53º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CE216 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 22 -
CMYK 0.81 0 0.90 0.11
HSL 113.53º 0.82% 0.49% -
HSV(B) 113.53º 0.9% 0.89% -
XYZ 28.38 54.99 9.88 -
YUV 148.33 56.7 53.59 -
System Red Green Blue C M Y K H S L
Decimal 44 226 22 0.81 0 0.90 0.11 113.53 0.82 0.49
Hex 2C E2 16 51 0 5A B 72 52 31
Octal 54 342 26 121 0 132 13 162 122 61
Binary 101100 11100010 10110 1010001 0 1011010 1011 1110010 1010010 110001

Color Harmonies of #2CE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE216

Black with #2CE216

Text Example


Text Example

White with #2CE216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,226,22); }

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

background-color css

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

 a { background-color: rgb(44,226,22); }

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

border-color css

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

 span { border-color: rgb(44,226,22); }

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