Html Css Color HEX #22CB2A Lime Green

📋 copy color: '#22CB2A'

red 34 ◦ green 203 ◦ blue 42

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

Shades of Lime Green #22CB2A

Tints of Lime Green #22CB2A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.76%

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 12.19%
G = 72.76%
B = 15.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#22CB2A (or 0x22CB2A) is known color: Lime Green. HEX triplet: 22, CB and 2A. RGB value is (34,203,42). Sum of RGB (Red+Green+Blue) = 34+203+42=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CB2A is #DD34D5. Grayscale: #868686. Windows color (decimal): -14496982 or 2804514. OLE color: 2804514.

HSL color Cylindrical-coordinate representation of color #22CB2A: hue angle of 122.84º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CB2A is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 203 42 -
CMYK 0.83 0 0.79 0.20
HSL 122.84º 0.71% 0.46% -
HSV(B) 122.84º 0.83% 0.8% -
XYZ 22.43 43.22 9.35 -
YUV 134.12 76.01 56.59 -
System Red Green Blue C M Y K H S L
Decimal 34 203 42 0.83 0 0.79 0.20 122.84 0.71 0.46
Hex 22 CB 2A 53 0 4F 14 7B 47 2E
Octal 42 313 52 123 0 117 24 173 107 56
Binary 100010 11001011 101010 1010011 0 1001111 10100 1111011 1000111 101110

Color Harmonies of #22CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CB2A

Black with #22CB2A

Text Example


Text Example

White with #22CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,203,42); }

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

background-color css

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

 a { background-color: rgb(34,203,42); }

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

border-color css

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

 span { border-color: rgb(34,203,42); }

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