Html Css Color HEX #1FDA26 Lime Green

📋 copy color: '#1FDA26'

red 31 ◦ green 218 ◦ blue 38

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

Shades of Lime Green #1FDA26

Tints of Lime Green #1FDA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 10.8%
G = 75.96%
B = 13.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#1FDA26 (or 0x1FDA26) is known color: Lime Green. HEX triplet: 1F, DA and 26. RGB value is (31,218,38). Sum of RGB (Red+Green+Blue) = 31+218+38=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA26 is #E025D9. Grayscale: #8E8E8E. Windows color (decimal): -14689754 or 2546207. OLE color: 2546207.

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

Color convert

RGB 31 218 38 -
CMYK 0.86 0 0.83 0.15
HSL 122.25º 0.75% 0.49% -
HSV(B) 122.25º 0.86% 0.85% -
XYZ 25.99 50.57 10.23 -
YUV 141.57 69.55 49.14 -
System Red Green Blue C M Y K H S L
Decimal 31 218 38 0.86 0 0.83 0.15 122.25 0.75 0.49
Hex 1F DA 26 56 0 53 F 7A 4B 31
Octal 37 332 46 126 0 123 17 172 113 61
Binary 11111 11011010 100110 1010110 0 1010011 1111 1111010 1001011 110001

Color Harmonies of #1FDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA26

Black with #1FDA26

Text Example


Text Example

White with #1FDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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