Html Css Color HEX #1FDA30 Lime Green

📋 copy color: '#1FDA30'

red 31 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #1FDA30

Tints of Lime Green #1FDA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.4%

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

R = 10.44%
G = 73.4%
B = 16.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#1FDA30 (or 0x1FDA30) is known color: Lime Green. HEX triplet: 1F, DA and 30. RGB value is (31,218,48). Sum of RGB (Red+Green+Blue) = 31+218+48=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA30 is #E025CF. Grayscale: #8F8F8F. Windows color (decimal): -14689744 or 3201567. OLE color: 3201567.

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

Color convert

RGB 31 218 48 -
CMYK 0.86 0 0.78 0.15
HSL 125.45º 0.75% 0.49% -
HSV(B) 125.45º 0.86% 0.85% -
XYZ 26.17 50.65 11.19 -
YUV 142.71 74.55 48.32 -
System Red Green Blue C M Y K H S L
Decimal 31 218 48 0.86 0 0.78 0.15 125.45 0.75 0.49
Hex 1F DA 30 56 0 4E F 7D 4B 31
Octal 37 332 60 126 0 116 17 175 113 61
Binary 11111 11011010 110000 1010110 0 1001110 1111 1111101 1001011 110001

Color Harmonies of #1FDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA30

Black with #1FDA30

Text Example


Text Example

White with #1FDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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