Html Css Color HEX #13CB25 Lime Green

📋 copy color: '#13CB25'

red 19 ◦ green 203 ◦ blue 37

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

Shades of Lime Green #13CB25

Tints of Lime Green #13CB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 7.34%
G = 78.38%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#13CB25 (or 0x13CB25) is known color: Lime Green. HEX triplet: 13, CB and 25. RGB value is (19,203,37). Sum of RGB (Red+Green+Blue) = 19+203+37=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB25 is #EC34DA. Grayscale: #818181. Windows color (decimal): -15480027 or 2476819. OLE color: 2476819.

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

Color convert

RGB 19 203 37 -
CMYK 0.91 0 0.82 0.20
HSL 125.87º 0.83% 0.44% -
HSV(B) 125.87º 0.91% 0.8% -
XYZ 21.96 42.98 8.89 -
YUV 129.06 76.04 49.5 -
System Red Green Blue C M Y K H S L
Decimal 19 203 37 0.91 0 0.82 0.20 125.87 0.83 0.44
Hex 13 CB 25 5B 0 52 14 7E 53 2C
Octal 23 313 45 133 0 122 24 176 123 54
Binary 10011 11001011 100101 1011011 0 1010010 10100 1111110 1010011 101100

Color Harmonies of #13CB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB25

Black with #13CB25

Text Example


Text Example

White with #13CB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,203,37); }

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

background-color css

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

 a { background-color: rgb(19,203,37); }

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

border-color css

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

 span { border-color: rgb(19,203,37); }

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