Html Css Color HEX #22D03D Lime Green

📋 copy color: '#22D03D'

red 34 ◦ green 208 ◦ blue 61

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

Shades of Lime Green #22D03D

Tints of Lime Green #22D03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.65%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 11.22%
G = 68.65%
B = 20.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#22D03D (or 0x22D03D) is known color: Lime Green. HEX triplet: 22, D0 and 3D. RGB value is (34,208,61). Sum of RGB (Red+Green+Blue) = 34+208+61=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #22D03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D03D is #DD2FC2. Grayscale: #8B8B8B. Windows color (decimal): -14495683 or 4050978. OLE color: 4050978.

HSL color Cylindrical-coordinate representation of color #22D03D: hue angle of 129.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D03D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 34 208 61 -
CMYK 0.84 0 0.71 0.18
HSL 129.31º 0.72% 0.47% -
HSV(B) 129.31º 0.84% 0.82% -
XYZ 24.06 45.79 11.99 -
YUV 139.22 83.85 52.95 -
System Red Green Blue C M Y K H S L
Decimal 34 208 61 0.84 0 0.71 0.18 129.31 0.72 0.47
Hex 22 D0 3D 54 0 47 12 81 48 2F
Octal 42 320 75 124 0 107 22 201 110 57
Binary 100010 11010000 111101 1010100 0 1000111 10010 10000001 1001000 101111

Color Harmonies of #22D03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D03D

Black with #22D03D

Text Example


Text Example

White with #22D03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,208,61); }

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

background-color css

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

 a { background-color: rgb(34,208,61); }

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

border-color css

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

 span { border-color: rgb(34,208,61); }

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