Html Css Color HEX #22BF42 Lime Green

📋 copy color: '#22BF42'

red 34 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #22BF42

Tints of Lime Green #22BF42

RGB

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

 GREEN value IS 191 (75% from 255) = 65.64%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 11.68%
G = 65.64%
B = 22.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#22BF42 (or 0x22BF42) is known color: Lime Green. HEX triplet: 22, BF and 42. RGB value is (34,191,66). Sum of RGB (Red+Green+Blue) = 34+191+66=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF42 is #DD40BD. Grayscale: #828282. Windows color (decimal): -14500030 or 4374306. OLE color: 4374306.

HSL color Cylindrical-coordinate representation of color #22BF42: hue angle of 132.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BF42 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 191 66 -
CMYK 0.82 0 0.65 0.25
HSL 132.23º 0.7% 0.44% -
HSV(B) 132.23º 0.82% 0.75% -
XYZ 20.27 38 11.42 -
YUV 129.81 91.99 59.66 -
System Red Green Blue C M Y K H S L
Decimal 34 191 66 0.82 0 0.65 0.25 132.23 0.7 0.44
Hex 22 BF 42 52 0 41 19 84 46 2C
Octal 42 277 102 122 0 101 31 204 106 54
Binary 100010 10111111 1000010 1010010 0 1000001 11001 10000100 1000110 101100

Color Harmonies of #22BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BF42

Black with #22BF42

Text Example


Text Example

White with #22BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,191,66); }

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

background-color css

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

 a { background-color: rgb(34,191,66); }

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

border-color css

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

 span { border-color: rgb(34,191,66); }

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