Html Css Color HEX #22C430 Lime Green

📋 copy color: '#22C430'

red 34 ◦ green 196 ◦ blue 48

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

Shades of Lime Green #22C430

Tints of Lime Green #22C430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70.5%

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

R = 12.23%
G = 70.5%
B = 17.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#22C430 (or 0x22C430) is known color: Lime Green. HEX triplet: 22, C4 and 30. RGB value is (34,196,48). Sum of RGB (Red+Green+Blue) = 34+196+48=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 196 (76.95% from 255 or 70.50% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 196 - color contains mainly: green. Hex color #22C430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C430 is #DD3BCF. Grayscale: #838383. Windows color (decimal): -14498768 or 3195938. OLE color: 3195938.

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

Color convert

RGB 34 196 48 -
CMYK 0.83 0 0.76 0.23
HSL 125.19º 0.7% 0.45% -
HSV(B) 125.19º 0.83% 0.77% -
XYZ 20.93 40.03 9.42 -
YUV 130.69 81.33 59.03 -
System Red Green Blue C M Y K H S L
Decimal 34 196 48 0.83 0 0.76 0.23 125.19 0.7 0.45
Hex 22 C4 30 53 0 4C 17 7D 46 2D
Octal 42 304 60 123 0 114 27 175 106 55
Binary 100010 11000100 110000 1010011 0 1001100 10111 1111101 1000110 101101

Color Harmonies of #22C430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C430

Black with #22C430

Text Example


Text Example

White with #22C430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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