Html Css Color HEX #22BC33 Lime Green

📋 copy color: '#22BC33'

red 34 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #22BC33

Tints of Lime Green #22BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 12.45%
G = 68.86%
B = 18.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#22BC33 (or 0x22BC33) is known color: Lime Green. HEX triplet: 22, BC and 33. RGB value is (34,188,51). Sum of RGB (Red+Green+Blue) = 34+188+51=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC33 is #DD43CC. Grayscale: #7E7E7E. Windows color (decimal): -14500813 or 3390498. OLE color: 3390498.

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

Color convert

RGB 34 188 51 -
CMYK 0.82 0 0.73 0.26
HSL 126.62º 0.69% 0.44% -
HSV(B) 126.62º 0.82% 0.74% -
XYZ 19.24 36.55 9.17 -
YUV 126.34 85.48 62.14 -
System Red Green Blue C M Y K H S L
Decimal 34 188 51 0.82 0 0.73 0.26 126.62 0.69 0.44
Hex 22 BC 33 52 0 49 1A 7F 45 2C
Octal 42 274 63 122 0 111 32 177 105 54
Binary 100010 10111100 110011 1010010 0 1001001 11010 1111111 1000101 101100

Color Harmonies of #22BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC33

Black with #22BC33

Text Example


Text Example

White with #22BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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