Html Css Color HEX #22C141 Lime Green

📋 copy color: '#22C141'

red 34 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #22C141

Tints of Lime Green #22C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 11.64%
G = 66.1%
B = 22.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#22C141 (or 0x22C141) is known color: Lime Green. HEX triplet: 22, C1 and 41. RGB value is (34,193,65). Sum of RGB (Red+Green+Blue) = 34+193+65=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #22C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C141 is #DD3EBE. Grayscale: #838383. Windows color (decimal): -14499519 or 4309282. OLE color: 4309282.

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

Color convert

RGB 34 193 65 -
CMYK 0.82 0 0.66 0.24
HSL 131.7º 0.7% 0.45% -
HSV(B) 131.7º 0.82% 0.76% -
XYZ 20.68 38.86 11.41 -
YUV 130.87 90.82 58.91 -
System Red Green Blue C M Y K H S L
Decimal 34 193 65 0.82 0 0.66 0.24 131.7 0.7 0.45
Hex 22 C1 41 52 0 42 18 84 46 2D
Octal 42 301 101 122 0 102 30 204 106 55
Binary 100010 11000001 1000001 1010010 0 1000010 11000 10000100 1000110 101101

Color Harmonies of #22C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C141

Black with #22C141

Text Example


Text Example

White with #22C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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