Html Css Color HEX #1FDE30 Lime Green

📋 copy color: '#1FDE30'

red 31 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #1FDE30

Tints of Lime Green #1FDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.75%

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

R = 10.3%
G = 73.75%
B = 15.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1FDE30 (or 0x1FDE30) is known color: Lime Green. HEX triplet: 1F, DE and 30. RGB value is (31,222,48). Sum of RGB (Red+Green+Blue) = 31+222+48=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDE30 is #E021CF. Grayscale: #919191. Windows color (decimal): -14688720 or 3202591. OLE color: 3202591.

HSL color Cylindrical-coordinate representation of color #1FDE30: hue angle of 125.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDE30 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 222 48 -
CMYK 0.86 0 0.78 0.13
HSL 125.34º 0.75% 0.5% -
HSV(B) 125.34º 0.86% 0.87% -
XYZ 27.22 52.75 11.54 -
YUV 145.06 73.22 46.65 -
System Red Green Blue C M Y K H S L
Decimal 31 222 48 0.86 0 0.78 0.13 125.34 0.75 0.5
Hex 1F DE 30 56 0 4E D 7D 4B 32
Octal 37 336 60 126 0 116 15 175 113 62
Binary 11111 11011110 110000 1010110 0 1001110 1101 1111101 1001011 110010

Color Harmonies of #1FDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDE30

Black with #1FDE30

Text Example


Text Example

White with #1FDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,222,48); }

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

background-color css

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

 a { background-color: rgb(31,222,48); }

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

border-color css

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

 span { border-color: rgb(31,222,48); }

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