Html Css Color HEX #1FDD27 Lime Green

📋 copy color: '#1FDD27'

red 31 ◦ green 221 ◦ blue 39

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

Shades of Lime Green #1FDD27

Tints of Lime Green #1FDD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.95%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 10.65%
G = 75.95%
B = 13.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#1FDD27 (or 0x1FDD27) is known color: Lime Green. HEX triplet: 1F, DD and 27. RGB value is (31,221,39). Sum of RGB (Red+Green+Blue) = 31+221+39=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD27 is #E022D8. Grayscale: #8F8F8F. Windows color (decimal): -14688985 or 2612511. OLE color: 2612511.

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

Color convert

RGB 31 221 39 -
CMYK 0.86 0 0.82 0.13
HSL 122.53º 0.75% 0.49% -
HSV(B) 122.53º 0.86% 0.87% -
XYZ 26.79 52.15 10.57 -
YUV 143.44 69.05 47.8 -
System Red Green Blue C M Y K H S L
Decimal 31 221 39 0.86 0 0.82 0.13 122.53 0.75 0.49
Hex 1F DD 27 56 0 52 D 7B 4B 31
Octal 37 335 47 126 0 122 15 173 113 61
Binary 11111 11011101 100111 1010110 0 1010010 1101 1111011 1001011 110001

Color Harmonies of #1FDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDD27

Black with #1FDD27

Text Example


Text Example

White with #1FDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,221,39); }

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

background-color css

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

 a { background-color: rgb(31,221,39); }

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

border-color css

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

 span { border-color: rgb(31,221,39); }

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