Html Css Color HEX #1FD038 Lime Green

📋 copy color: '#1FD038'

red 31 ◦ green 208 ◦ blue 56

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

Shades of Lime Green #1FD038

Tints of Lime Green #1FD038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 10.51%
G = 70.51%
B = 18.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#1FD038 (or 0x1FD038) is known color: Lime Green. HEX triplet: 1F, D0 and 38. RGB value is (31,208,56). Sum of RGB (Red+Green+Blue) = 31+208+56=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD038 is #E02FC7. Grayscale: #8A8A8A. Windows color (decimal): -14692296 or 3723295. OLE color: 3723295.

HSL color Cylindrical-coordinate representation of color #1FD038: hue angle of 128.47º 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 #1FD038 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 56 -
CMYK 0.85 0 0.73 0.18
HSL 128.47º 0.74% 0.47% -
HSV(B) 128.47º 0.85% 0.82% -
XYZ 23.83 45.69 11.3 -
YUV 137.75 81.86 51.86 -
System Red Green Blue C M Y K H S L
Decimal 31 208 56 0.85 0 0.73 0.18 128.47 0.74 0.47
Hex 1F D0 38 55 0 49 12 80 4A 2F
Octal 37 320 70 125 0 111 22 200 112 57
Binary 11111 11010000 111000 1010101 0 1001001 10010 10000000 1001010 101111

Color Harmonies of #1FD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD038

Black with #1FD038

Text Example


Text Example

White with #1FD038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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