Html Css Color HEX #22BD30 Lime Green

📋 copy color: '#22BD30'

red 34 ◦ green 189 ◦ blue 48

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

Shades of Lime Green #22BD30

Tints of Lime Green #22BD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 12.55%
G = 69.74%
B = 17.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#22BD30 (or 0x22BD30) is known color: Lime Green. HEX triplet: 22, BD and 30. RGB value is (34,189,48). Sum of RGB (Red+Green+Blue) = 34+189+48=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BD30 is #DD42CF. Grayscale: #7E7E7E. Windows color (decimal): -14500560 or 3194146. OLE color: 3194146.

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

Color convert

RGB 34 189 48 -
CMYK 0.82 0 0.75 0.26
HSL 125.42º 0.7% 0.44% -
HSV(B) 125.42º 0.82% 0.74% -
XYZ 19.39 36.95 8.91 -
YUV 126.58 83.65 61.96 -
System Red Green Blue C M Y K H S L
Decimal 34 189 48 0.82 0 0.75 0.26 125.42 0.7 0.44
Hex 22 BD 30 52 0 4B 1A 7D 46 2C
Octal 42 275 60 122 0 113 32 175 106 54
Binary 100010 10111101 110000 1010010 0 1001011 11010 1111101 1000110 101100

Color Harmonies of #22BD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BD30

Black with #22BD30

Text Example


Text Example

White with #22BD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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