Html Css Color HEX #22BC04 Kelly Green

📋 copy color: '#22BC04'

red 34 ◦ green 188 ◦ blue 4

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

Shades of Kelly Green #22BC04

Tints of Kelly Green #22BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.19%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 15.04%
G = 83.19%
B = 1.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#22BC04 (or 0x22BC04) is known color: Kelly Green. HEX triplet: 22, BC and 04. RGB value is (34,188,4). Sum of RGB (Red+Green+Blue) = 34+188+4=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BC04 is #DD43FB. Grayscale: #797979. Windows color (decimal): -14500860 or 310306. OLE color: 310306.

HSL color Cylindrical-coordinate representation of color #22BC04: hue angle of 110.22º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22BC04 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 188 4 -
CMYK 0.82 0 0.98 0.26
HSL 110.22º 0.96% 0.38% -
HSV(B) 110.22º 0.98% 0.74% -
XYZ 18.66 36.32 6.14 -
YUV 120.98 61.98 65.96 -
System Red Green Blue C M Y K H S L
Decimal 34 188 4 0.82 0 0.98 0.26 110.22 0.96 0.38
Hex 22 BC 4 52 0 62 1A 6E 60 26
Octal 42 274 4 122 0 142 32 156 140 46
Binary 100010 10111100 100 1010010 0 1100010 11010 1101110 1100000 100110

Color Harmonies of #22BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC04

Black with #22BC04

Text Example


Text Example

White with #22BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,188,4); }

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

background-color css

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

 a { background-color: rgb(34,188,4); }

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

border-color css

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

 span { border-color: rgb(34,188,4); }

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