Html Css Color HEX #22BA2F Lime Green

📋 copy color: '#22BA2F'

red 34 ◦ green 186 ◦ blue 47

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

Shades of Lime Green #22BA2F

Tints of Lime Green #22BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.66%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 12.73%
G = 69.66%
B = 17.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#22BA2F (or 0x22BA2F) is known color: Lime Green. HEX triplet: 22, BA and 2F. RGB value is (34,186,47). Sum of RGB (Red+Green+Blue) = 34+186+47=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BA2F is #DD45D0. Grayscale: #7D7D7D. Windows color (decimal): -14501329 or 3127842. OLE color: 3127842.

HSL color Cylindrical-coordinate representation of color #22BA2F: hue angle of 125.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BA2F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 186 47 -
CMYK 0.82 0 0.75 0.27
HSL 125.13º 0.69% 0.43% -
HSV(B) 125.13º 0.82% 0.73% -
XYZ 18.73 35.66 8.59 -
YUV 124.71 84.14 63.3 -
System Red Green Blue C M Y K H S L
Decimal 34 186 47 0.82 0 0.75 0.27 125.13 0.69 0.43
Hex 22 BA 2F 52 0 4B 1B 7D 45 2B
Octal 42 272 57 122 0 113 33 175 105 53
Binary 100010 10111010 101111 1010010 0 1001011 11011 1111101 1000101 101011

Color Harmonies of #22BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BA2F

Black with #22BA2F

Text Example


Text Example

White with #22BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,186,47); }

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

background-color css

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

 a { background-color: rgb(34,186,47); }

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

border-color css

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

 span { border-color: rgb(34,186,47); }

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