Html Css Color HEX #1DBF35 Lime Green

📋 copy color: '#1DBF35'

red 29 ◦ green 191 ◦ blue 53

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

Shades of Lime Green #1DBF35

Tints of Lime Green #1DBF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 10.62%
G = 69.96%
B = 19.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#1DBF35 (or 0x1DBF35) is known color: Lime Green. HEX triplet: 1D, BF and 35. RGB value is (29,191,53). Sum of RGB (Red+Green+Blue) = 29+191+53=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBF35 is #E240CA. Grayscale: #7F7F7F. Windows color (decimal): -14827723 or 3522333. OLE color: 3522333.

HSL color Cylindrical-coordinate representation of color #1DBF35: hue angle of 128.89º 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 #1DBF35 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 191 53 -
CMYK 0.85 0 0.72 0.25
HSL 128.89º 0.74% 0.43% -
HSV(B) 128.89º 0.85% 0.75% -
XYZ 19.78 37.78 9.62 -
YUV 126.83 86.33 58.22 -
System Red Green Blue C M Y K H S L
Decimal 29 191 53 0.85 0 0.72 0.25 128.89 0.74 0.43
Hex 1D BF 35 55 0 48 19 81 4A 2B
Octal 35 277 65 125 0 110 31 201 112 53
Binary 11101 10111111 110101 1010101 0 1001000 11001 10000001 1001010 101011

Color Harmonies of #1DBF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBF35

Black with #1DBF35

Text Example


Text Example

White with #1DBF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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