Html Css Color HEX #13CE21 Lime Green

📋 copy color: '#13CE21'

red 19 ◦ green 206 ◦ blue 33

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

Shades of Lime Green #13CE21

Tints of Lime Green #13CE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 79.84%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 7.36%
G = 79.84%
B = 12.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#13CE21 (or 0x13CE21) is known color: Lime Green. HEX triplet: 13, CE and 21. RGB value is (19,206,33). Sum of RGB (Red+Green+Blue) = 19+206+33=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 206 (80.86% from 255 or 79.84% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE21 is #EC31DE. Grayscale: #828282. Windows color (decimal): -15479263 or 2215443. OLE color: 2215443.

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

Color convert

RGB 19 206 33 -
CMYK 0.91 0 0.84 0.19
HSL 124.49º 0.83% 0.44% -
HSV(B) 124.49º 0.91% 0.81% -
XYZ 22.61 44.39 8.82 -
YUV 130.37 73.05 48.57 -
System Red Green Blue C M Y K H S L
Decimal 19 206 33 0.91 0 0.84 0.19 124.49 0.83 0.44
Hex 13 CE 21 5B 0 54 13 7C 53 2C
Octal 23 316 41 133 0 124 23 174 123 54
Binary 10011 11001110 100001 1011011 0 1010100 10011 1111100 1010011 101100

Color Harmonies of #13CE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE21

Black with #13CE21

Text Example


Text Example

White with #13CE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,33); }

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

background-color css

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

 a { background-color: rgb(19,206,33); }

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

border-color css

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

 span { border-color: rgb(19,206,33); }

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