Html Css Color HEX #22C828 Lime Green

📋 copy color: '#22C828'

red 34 ◦ green 200 ◦ blue 40

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

Shades of Lime Green #22C828

Tints of Lime Green #22C828

RGB

 RED value IS 34 (13.67% from 255) = 12.41%

 GREEN value IS 200 (78.52% from 255) = 72.99%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 12.41%
G = 72.99%
B = 14.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#22C828 (or 0x22C828) is known color: Lime Green. HEX triplet: 22, C8 and 28. RGB value is (34,200,40). Sum of RGB (Red+Green+Blue) = 34+200+40=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #22C828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C828 is #DD37D7. Grayscale: #848484. Windows color (decimal): -14497752 or 2672674. OLE color: 2672674.

HSL color Cylindrical-coordinate representation of color #22C828: hue angle of 122.17º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C828 is Cyan = 0.83, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 200 40 -
CMYK 0.83 0 0.8 0.22
HSL 122.17º 0.71% 0.46% -
HSV(B) 122.17º 0.83% 0.78% -
XYZ 21.7 41.8 8.93 -
YUV 132.13 76 58.01 -
System Red Green Blue C M Y K H S L
Decimal 34 200 40 0.83 0 0.8 0.22 122.17 0.71 0.46
Hex 22 C8 28 53 0 50 16 7A 47 2E
Octal 42 310 50 123 0 120 26 172 107 56
Binary 100010 11001000 101000 1010011 0 1010000 10110 1111010 1000111 101110

Color Harmonies of #22C828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C828

Black with #22C828

Text Example


Text Example

White with #22C828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22C828; }

 p { color: rgb(34,200,40); }

 H1.HeaderClassName
 {
   color: #22C828;
 }
 .AnyTagClassName
 {
   color: #22C828;
 }
</style>

background-color css

<style>
 a { background-color: #22C828; }

 a { background-color: rgb(34,200,40); }

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

border-color css

<style>
 span { border-color: #22C828; }

 span { border-color: rgb(34,200,40); }

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