Html Css Color HEX #22D930 Lime Green

📋 copy color: '#22D930'

red 34 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #22D930

Tints of Lime Green #22D930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.58%

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

R = 11.37%
G = 72.58%
B = 16.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#22D930 (or 0x22D930) is known color: Lime Green. HEX triplet: 22, D9 and 30. RGB value is (34,217,48). Sum of RGB (Red+Green+Blue) = 34+217+48=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 217 (85.16% from 255 or 72.58% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 217 - color contains mainly: green. Hex color #22D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D930 is #DD26CF. Grayscale: #8F8F8F. Windows color (decimal): -14493392 or 3201314. OLE color: 3201314.

HSL color Cylindrical-coordinate representation of color #22D930: hue angle of 124.59º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D930 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 217 48 -
CMYK 0.84 0 0.78 0.15
HSL 124.59º 0.73% 0.49% -
HSV(B) 124.59º 0.84% 0.85% -
XYZ 26.01 50.18 11.11 -
YUV 143.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 34 217 48 0.84 0 0.78 0.15 124.59 0.73 0.49
Hex 22 D9 30 54 0 4E F 7D 49 31
Octal 42 331 60 124 0 116 17 175 111 61
Binary 100010 11011001 110000 1010100 0 1001110 1111 1111101 1001001 110001

Color Harmonies of #22D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D930

Black with #22D930

Text Example


Text Example

White with #22D930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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