Html Css Color HEX #22D540 Lime Green

📋 copy color: '#22D540'

red 34 ◦ green 213 ◦ blue 64

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

Shades of Lime Green #22D540

Tints of Lime Green #22D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.49%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 10.93%
G = 68.49%
B = 20.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#22D540 (or 0x22D540) is known color: Lime Green. HEX triplet: 22, D5 and 40. RGB value is (34,213,64). Sum of RGB (Red+Green+Blue) = 34+213+64=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #22D540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D540 is #DD2ABF. Grayscale: #8E8E8E. Windows color (decimal): -14494400 or 4248866. OLE color: 4248866.

HSL color Cylindrical-coordinate representation of color #22D540: hue angle of 130.06º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D540 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 213 64 -
CMYK 0.84 0 0.70 0.16
HSL 130.06º 0.72% 0.48% -
HSV(B) 130.06º 0.84% 0.84% -
XYZ 25.38 48.3 12.84 -
YUV 142.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 34 213 64 0.84 0 0.70 0.16 130.06 0.72 0.48
Hex 22 D5 40 54 0 46 10 82 48 30
Octal 42 325 100 124 0 106 20 202 110 60
Binary 100010 11010101 1000000 1010100 0 1000110 10000 10000010 1001000 110000

Color Harmonies of #22D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D540

Black with #22D540

Text Example


Text Example

White with #22D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,213,64); }

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

background-color css

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

 a { background-color: rgb(34,213,64); }

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

border-color css

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

 span { border-color: rgb(34,213,64); }

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