Html Css Color HEX #13CC1F Lime Green

📋 copy color: '#13CC1F'

red 19 ◦ green 204 ◦ blue 31

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

Shades of Lime Green #13CC1F

Tints of Lime Green #13CC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80.31%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 7.48%
G = 80.31%
B = 12.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#13CC1F (or 0x13CC1F) is known color: Lime Green. HEX triplet: 13, CC and 1F. RGB value is (19,204,31). Sum of RGB (Red+Green+Blue) = 19+204+31=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 204 (80.08% from 255 or 80.31% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC1F is #EC33E0. Grayscale: #818181. Windows color (decimal): -15479777 or 2083859. OLE color: 2083859.

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

Color convert

RGB 19 204 31 -
CMYK 0.91 0 0.85 0.2
HSL 123.89º 0.83% 0.44% -
HSV(B) 123.89º 0.91% 0.8% -
XYZ 22.11 43.42 8.51 -
YUV 128.96 72.71 49.57 -
System Red Green Blue C M Y K H S L
Decimal 19 204 31 0.91 0 0.85 0.2 123.89 0.83 0.44
Hex 13 CC 1F 5B 0 55 14 7C 53 2C
Octal 23 314 37 133 0 125 24 174 123 54
Binary 10011 11001100 11111 1011011 0 1010101 10100 1111100 1010011 101100

Color Harmonies of #13CC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC1F

Black with #13CC1F

Text Example


Text Example

White with #13CC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,31); }

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

background-color css

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

 a { background-color: rgb(19,204,31); }

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

border-color css

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

 span { border-color: rgb(19,204,31); }

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