Html Css Color HEX #1DBF27 Lime Green

📋 copy color: '#1DBF27'

red 29 ◦ green 191 ◦ blue 39

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

Shades of Lime Green #1DBF27

Tints of Lime Green #1DBF27

RGB

 RED value IS 29 (11.72% from 255) = 11.2%

 GREEN value IS 191 (75% from 255) = 73.75%

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

R = 11.2%
G = 73.75%
B = 15.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#1DBF27 (or 0x1DBF27) is known color: Lime Green. HEX triplet: 1D, BF and 27. RGB value is (29,191,39). Sum of RGB (Red+Green+Blue) = 29+191+39=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF27 is #E240D8. Grayscale: #7D7D7D. Windows color (decimal): -14827737 or 2604829. OLE color: 2604829.

HSL color Cylindrical-coordinate representation of color #1DBF27: hue angle of 123.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBF27 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 191 39 -
CMYK 0.85 0 0.80 0.25
HSL 123.7º 0.74% 0.43% -
HSV(B) 123.7º 0.85% 0.75% -
XYZ 19.5 37.67 8.16 -
YUV 125.23 79.33 59.36 -
System Red Green Blue C M Y K H S L
Decimal 29 191 39 0.85 0 0.80 0.25 123.7 0.74 0.43
Hex 1D BF 27 55 0 50 19 7C 4A 2B
Octal 35 277 47 125 0 120 31 174 112 53
Binary 11101 10111111 100111 1010101 0 1010000 11001 1111100 1001010 101011

Color Harmonies of #1DBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF27

Black with #1DBF27

Text Example


Text Example

White with #1DBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,191,39); }

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

background-color css

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

 a { background-color: rgb(29,191,39); }

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

border-color css

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

 span { border-color: rgb(29,191,39); }

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