Html Css Color HEX #16CB2A Lime Green

📋 copy color: '#16CB2A'

red 22 ◦ green 203 ◦ blue 42

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

Shades of Lime Green #16CB2A

Tints of Lime Green #16CB2A

RGB

 RED value IS 22 (8.98% from 255) = 8.24%

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

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

R = 8.24%
G = 76.03%
B = 15.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#16CB2A (or 0x16CB2A) is known color: Lime Green. HEX triplet: 16, CB and 2A. RGB value is (22,203,42). Sum of RGB (Red+Green+Blue) = 22+203+42=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 203 (79.69% from 255 or 76.03% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CB2A is #E934D5. Grayscale: #828282. Windows color (decimal): -15283414 or 2804502. OLE color: 2804502.

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

Color convert

RGB 22 203 42 -
CMYK 0.89 0 0.79 0.20
HSL 126.63º 0.8% 0.44% -
HSV(B) 126.63º 0.89% 0.8% -
XYZ 22.1 43.05 9.33 -
YUV 130.53 78.03 50.59 -
System Red Green Blue C M Y K H S L
Decimal 22 203 42 0.89 0 0.79 0.20 126.63 0.8 0.44
Hex 16 CB 2A 59 0 4F 14 7F 50 2C
Octal 26 313 52 131 0 117 24 177 120 54
Binary 10110 11001011 101010 1011001 0 1001111 10100 1111111 1010000 101100

Color Harmonies of #16CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CB2A

Black with #16CB2A

Text Example


Text Example

White with #16CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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