Html Css Color HEX #16CD1E Lime Green

📋 copy color: '#16CD1E'

red 22 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #16CD1E

Tints of Lime Green #16CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 79.77%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 8.56%
G = 79.77%
B = 11.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#16CD1E (or 0x16CD1E) is known color: Lime Green. HEX triplet: 16, CD and 1E. RGB value is (22,205,30). Sum of RGB (Red+Green+Blue) = 22+205+30=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 205 (80.47% from 255 or 79.77% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CD1E is #E932E1. Grayscale: #828282. Windows color (decimal): -15282914 or 2018582. OLE color: 2018582.

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

Color convert

RGB 22 205 30 -
CMYK 0.89 0 0.85 0.20
HSL 122.62º 0.81% 0.45% -
HSV(B) 122.62º 0.89% 0.8% -
XYZ 22.4 43.93 8.53 -
YUV 130.33 71.37 50.73 -
System Red Green Blue C M Y K H S L
Decimal 22 205 30 0.89 0 0.85 0.20 122.62 0.81 0.45
Hex 16 CD 1E 59 0 55 14 7B 51 2D
Octal 26 315 36 131 0 125 24 173 121 55
Binary 10110 11001101 11110 1011001 0 1010101 10100 1111011 1010001 101101

Color Harmonies of #16CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CD1E

Black with #16CD1E

Text Example


Text Example

White with #16CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,205,30); }

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

background-color css

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

 a { background-color: rgb(22,205,30); }

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

border-color css

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

 span { border-color: rgb(22,205,30); }

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