Html Css Color HEX #1FD03A Lime Green

📋 copy color: '#1FD03A'

red 31 ◦ green 208 ◦ blue 58

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

Shades of Lime Green #1FD03A

Tints of Lime Green #1FD03A

RGB

 RED value IS 31 (12.5% from 255) = 10.44%

 GREEN value IS 208 (81.64% from 255) = 70.03%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 10.44%
G = 70.03%
B = 19.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#1FD03A (or 0x1FD03A) is known color: Lime Green. HEX triplet: 1F, D0 and 3A. RGB value is (31,208,58). Sum of RGB (Red+Green+Blue) = 31+208+58=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 208 (81.64% from 255 or 70.03% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD03A is #E02FC5. Grayscale: #8A8A8A. Windows color (decimal): -14692294 or 3854367. OLE color: 3854367.

HSL color Cylindrical-coordinate representation of color #1FD03A: hue angle of 129.15º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD03A is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 58 -
CMYK 0.85 0 0.72 0.18
HSL 129.15º 0.74% 0.47% -
HSV(B) 129.15º 0.85% 0.82% -
XYZ 23.88 45.71 11.57 -
YUV 137.98 82.86 51.7 -
System Red Green Blue C M Y K H S L
Decimal 31 208 58 0.85 0 0.72 0.18 129.15 0.74 0.47
Hex 1F D0 3A 55 0 48 12 81 4A 2F
Octal 37 320 72 125 0 110 22 201 112 57
Binary 11111 11010000 111010 1010101 0 1001000 10010 10000001 1001010 101111

Color Harmonies of #1FD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD03A

Black with #1FD03A

Text Example


Text Example

White with #1FD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FD03A; }

 p { color: rgb(31,208,58); }

 H1.HeaderClassName
 {
   color: #1FD03A;
 }
 .AnyTagClassName
 {
   color: #1FD03A;
 }
</style>

background-color css

<style>
 a { background-color: #1FD03A; }

 a { background-color: rgb(31,208,58); }

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

border-color css

<style>
 span { border-color: #1FD03A; }

 span { border-color: rgb(31,208,58); }

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