Html Css Color HEX #19CF30 Lime Green

📋 copy color: '#19CF30'

red 25 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #19CF30

Tints of Lime Green #19CF30

RGB

 RED value IS 25 (10.16% from 255) = 8.93%

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 8.93%
G = 73.93%
B = 17.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#19CF30 (or 0x19CF30) is known color: Lime Green. HEX triplet: 19, CF and 30. RGB value is (25,207,48). Sum of RGB (Red+Green+Blue) = 25+207+48=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CF30 is #E630CF. Grayscale: #868686. Windows color (decimal): -15085776 or 3198745. OLE color: 3198745.

HSL color Cylindrical-coordinate representation of color #19CF30: hue angle of 127.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CF30 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 207 48 -
CMYK 0.88 0 0.77 0.19
HSL 127.58º 0.78% 0.45% -
HSV(B) 127.58º 0.88% 0.81% -
XYZ 23.25 45.05 10.27 -
YUV 134.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 25 207 48 0.88 0 0.77 0.19 127.58 0.78 0.45
Hex 19 CF 30 58 0 4D 13 80 4E 2D
Octal 31 317 60 130 0 115 23 200 116 55
Binary 11001 11001111 110000 1011000 0 1001101 10011 10000000 1001110 101101

Color Harmonies of #19CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CF30

Black with #19CF30

Text Example


Text Example

White with #19CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CF30; }

 p { color: rgb(25,207,48); }

 H1.HeaderClassName
 {
   color: #19CF30;
 }
 .AnyTagClassName
 {
   color: #19CF30;
 }
</style>

background-color css

<style>
 a { background-color: #19CF30; }

 a { background-color: rgb(25,207,48); }

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

border-color css

<style>
 span { border-color: #19CF30; }

 span { border-color: rgb(25,207,48); }

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