Html Css Color HEX #22C135 Lime Green

📋 copy color: '#22C135'

red 34 ◦ green 193 ◦ blue 53

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

Shades of Lime Green #22C135

Tints of Lime Green #22C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.93%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 12.14%
G = 68.93%
B = 18.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#22C135 (or 0x22C135) is known color: Lime Green. HEX triplet: 22, C1 and 35. RGB value is (34,193,53). Sum of RGB (Red+Green+Blue) = 34+193+53=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #22C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C135 is #DD3ECA. Grayscale: #818181. Windows color (decimal): -14499531 or 3522850. OLE color: 3522850.

HSL color Cylindrical-coordinate representation of color #22C135: hue angle of 127.17º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C135 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 193 53 -
CMYK 0.82 0 0.73 0.24
HSL 127.17º 0.7% 0.45% -
HSV(B) 127.17º 0.82% 0.76% -
XYZ 20.37 38.74 9.77 -
YUV 129.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 34 193 53 0.82 0 0.73 0.24 127.17 0.7 0.45
Hex 22 C1 35 52 0 49 18 7F 46 2D
Octal 42 301 65 122 0 111 30 177 106 55
Binary 100010 11000001 110101 1010010 0 1001001 11000 1111111 1000110 101101

Color Harmonies of #22C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C135

Black with #22C135

Text Example


Text Example

White with #22C135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,193,53); }

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

background-color css

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

 a { background-color: rgb(34,193,53); }

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

border-color css

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

 span { border-color: rgb(34,193,53); }

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