Html Css Color HEX #13CF20 Lime Green

📋 copy color: '#13CF20'

red 19 ◦ green 207 ◦ blue 32

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

Shades of Lime Green #13CF20

Tints of Lime Green #13CF20

RGB

 RED value IS 19 (7.81% from 255) = 7.36%

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 7.36%
G = 80.23%
B = 12.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#13CF20 (or 0x13CF20) is known color: Lime Green. HEX triplet: 13, CF and 20. RGB value is (19,207,32). Sum of RGB (Red+Green+Blue) = 19+207+32=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CF20 is #EC30DF. Grayscale: #838383. Windows color (decimal): -15479008 or 2150163. OLE color: 2150163.

HSL color Cylindrical-coordinate representation of color #13CF20: hue angle of 124.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF20 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 32 -
CMYK 0.91 0 0.85 0.19
HSL 124.15º 0.83% 0.44% -
HSV(B) 124.15º 0.91% 0.81% -
XYZ 22.84 44.87 8.82 -
YUV 130.84 72.22 48.23 -
System Red Green Blue C M Y K H S L
Decimal 19 207 32 0.91 0 0.85 0.19 124.15 0.83 0.44
Hex 13 CF 20 5B 0 55 13 7C 53 2C
Octal 23 317 40 133 0 125 23 174 123 54
Binary 10011 11001111 100000 1011011 0 1010101 10011 1111100 1010011 101100

Color Harmonies of #13CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF20

Black with #13CF20

Text Example


Text Example

White with #13CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CF20; }

 p { color: rgb(19,207,32); }

 H1.HeaderClassName
 {
   color: #13CF20;
 }
 .AnyTagClassName
 {
   color: #13CF20;
 }
</style>

background-color css

<style>
 a { background-color: #13CF20; }

 a { background-color: rgb(19,207,32); }

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

border-color css

<style>
 span { border-color: #13CF20; }

 span { border-color: rgb(19,207,32); }

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