Html Css Color HEX #22BC2D Lime Green

📋 copy color: '#22BC2D'

red 34 ◦ green 188 ◦ blue 45

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

Shades of Lime Green #22BC2D

Tints of Lime Green #22BC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 12.73%
G = 70.41%
B = 16.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#22BC2D (or 0x22BC2D) is known color: Lime Green. HEX triplet: 22, BC and 2D. RGB value is (34,188,45). Sum of RGB (Red+Green+Blue) = 34+188+45=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC2D is #DD43D2. Grayscale: #7E7E7E. Windows color (decimal): -14500819 or 2997282. OLE color: 2997282.

HSL color Cylindrical-coordinate representation of color #22BC2D: hue angle of 124.29º 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 #22BC2D is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 188 45 -
CMYK 0.82 0 0.76 0.26
HSL 124.29º 0.69% 0.44% -
HSV(B) 124.29º 0.82% 0.74% -
XYZ 19.12 36.5 8.52 -
YUV 125.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 34 188 45 0.82 0 0.76 0.26 124.29 0.69 0.44
Hex 22 BC 2D 52 0 4C 1A 7C 45 2C
Octal 42 274 55 122 0 114 32 174 105 54
Binary 100010 10111100 101101 1010010 0 1001100 11010 1111100 1000101 101100

Color Harmonies of #22BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC2D

Black with #22BC2D

Text Example


Text Example

White with #22BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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