Html Css Color HEX #1FDA28 Lime Green

📋 copy color: '#1FDA28'

red 31 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #1FDA28

Tints of Lime Green #1FDA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 10.73%
G = 75.43%
B = 13.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#1FDA28 (or 0x1FDA28) is known color: Lime Green. HEX triplet: 1F, DA and 28. RGB value is (31,218,40). Sum of RGB (Red+Green+Blue) = 31+218+40=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA28 is #E025D7. Grayscale: #8E8E8E. Windows color (decimal): -14689752 or 2677279. OLE color: 2677279.

HSL color Cylindrical-coordinate representation of color #1FDA28: hue angle of 122.89º 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 #1FDA28 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 218 40 -
CMYK 0.86 0 0.82 0.15
HSL 122.89º 0.75% 0.49% -
HSV(B) 122.89º 0.86% 0.85% -
XYZ 26.02 50.59 10.4 -
YUV 141.8 70.55 48.97 -
System Red Green Blue C M Y K H S L
Decimal 31 218 40 0.86 0 0.82 0.15 122.89 0.75 0.49
Hex 1F DA 28 56 0 52 F 7B 4B 31
Octal 37 332 50 126 0 122 17 173 113 61
Binary 11111 11011010 101000 1010110 0 1010010 1111 1111011 1001011 110001

Color Harmonies of #1FDA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA28

Black with #1FDA28

Text Example


Text Example

White with #1FDA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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