Html Css Color HEX #22C026 Lime Green

📋 copy color: '#22C026'

red 34 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #22C026

Tints of Lime Green #22C026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.73%

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 12.88%
G = 72.73%
B = 14.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#22C026 (or 0x22C026) is known color: Lime Green. HEX triplet: 22, C0 and 26. RGB value is (34,192,38). Sum of RGB (Red+Green+Blue) = 34+192+38=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #22C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C026 is #DD3FD9. Grayscale: #7F7F7F. Windows color (decimal): -14499802 or 2539554. OLE color: 2539554.

HSL color Cylindrical-coordinate representation of color #22C026: hue angle of 121.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C026 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 192 38 -
CMYK 0.82 0 0.80 0.25
HSL 121.52º 0.7% 0.44% -
HSV(B) 121.52º 0.82% 0.75% -
XYZ 19.86 38.18 8.16 -
YUV 127.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 34 192 38 0.82 0 0.80 0.25 121.52 0.7 0.44
Hex 22 C0 26 52 0 50 19 7A 46 2C
Octal 42 300 46 122 0 120 31 172 106 54
Binary 100010 11000000 100110 1010010 0 1010000 11001 1111010 1000110 101100

Color Harmonies of #22C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C026

Black with #22C026

Text Example


Text Example

White with #22C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,192,38); }

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

background-color css

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

 a { background-color: rgb(34,192,38); }

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

border-color css

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

 span { border-color: rgb(34,192,38); }

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