Html Css Color HEX #22BD3C Lime Green

📋 copy color: '#22BD3C'

red 34 ◦ green 189 ◦ blue 60

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

Shades of Lime Green #22BD3C

Tints of Lime Green #22BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.78%

 BLUE value IS 60 (23.83% from 255) = 21.2%

R = 12.01%
G = 66.78%
B = 21.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#22BD3C (or 0x22BD3C) is known color: Lime Green. HEX triplet: 22, BD and 3C. RGB value is (34,189,60). Sum of RGB (Red+Green+Blue) = 34+189+60=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD3C is #DD42C3. Grayscale: #808080. Windows color (decimal): -14500548 or 3980578. OLE color: 3980578.

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

Color convert

RGB 34 189 60 -
CMYK 0.82 0 0.68 0.26
HSL 130.06º 0.7% 0.44% -
HSV(B) 130.06º 0.82% 0.74% -
XYZ 19.67 37.06 10.39 -
YUV 127.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 34 189 60 0.82 0 0.68 0.26 130.06 0.7 0.44
Hex 22 BD 3C 52 0 44 1A 82 46 2C
Octal 42 275 74 122 0 104 32 202 106 54
Binary 100010 10111101 111100 1010010 0 1000100 11010 10000010 1000110 101100

Color Harmonies of #22BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BD3C

Black with #22BD3C

Text Example


Text Example

White with #22BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,189,60); }

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

background-color css

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

 a { background-color: rgb(34,189,60); }

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

border-color css

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

 span { border-color: rgb(34,189,60); }

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