Html Css Color HEX #13CC1E Lime Green

📋 copy color: '#13CC1E'

red 19 ◦ green 204 ◦ blue 30

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

Shades of Lime Green #13CC1E

Tints of Lime Green #13CC1E

RGB

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

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

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

R = 7.51%
G = 80.63%
B = 11.86%

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

#13CC1E (or 0x13CC1E) is known color: Lime Green. HEX triplet: 13, CC and 1E. RGB value is (19,204,30). Sum of RGB (Red+Green+Blue) = 19+204+30=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC1E is #EC33E1. Grayscale: #818181. Windows color (decimal): -15479778 or 2018323. OLE color: 2018323.

HSL color Cylindrical-coordinate representation of color #13CC1E: hue angle of 123.57º 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 #13CC1E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 204 30 -
CMYK 0.91 0 0.85 0.2
HSL 123.57º 0.83% 0.44% -
HSV(B) 123.57º 0.91% 0.8% -
XYZ 22.1 43.42 8.44 -
YUV 128.85 72.21 49.65 -
System Red Green Blue C M Y K H S L
Decimal 19 204 30 0.91 0 0.85 0.2 123.57 0.83 0.44
Hex 13 CC 1E 5B 0 55 14 7C 53 2C
Octal 23 314 36 133 0 125 24 174 123 54
Binary 10011 11001100 11110 1011011 0 1010101 10100 1111100 1010011 101100

Color Harmonies of #13CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC1E

Black with #13CC1E

Text Example


Text Example

White with #13CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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