Html Css Color HEX #22CF2A Lime Green

📋 copy color: '#22CF2A'

red 34 ◦ green 207 ◦ blue 42

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

Shades of Lime Green #22CF2A

Tints of Lime Green #22CF2A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.14%

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

R = 12.01%
G = 73.14%
B = 14.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#22CF2A (or 0x22CF2A) is known color: Lime Green. HEX triplet: 22, CF and 2A. RGB value is (34,207,42). Sum of RGB (Red+Green+Blue) = 34+207+42=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF2A is #DD30D5. Grayscale: #888888. Windows color (decimal): -14495958 or 2805538. OLE color: 2805538.

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

Color convert

RGB 34 207 42 -
CMYK 0.84 0 0.80 0.19
HSL 122.77º 0.72% 0.47% -
HSV(B) 122.77º 0.84% 0.81% -
XYZ 23.39 45.13 9.67 -
YUV 136.46 74.69 54.92 -
System Red Green Blue C M Y K H S L
Decimal 34 207 42 0.84 0 0.80 0.19 122.77 0.72 0.47
Hex 22 CF 2A 54 0 50 13 7B 48 2F
Octal 42 317 52 124 0 120 23 173 110 57
Binary 100010 11001111 101010 1010100 0 1010000 10011 1111011 1001000 101111

Color Harmonies of #22CF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CF2A

Black with #22CF2A

Text Example


Text Example

White with #22CF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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