Html Css Color HEX #1DCF25 Lime Green

📋 copy color: '#1DCF25'

red 29 ◦ green 207 ◦ blue 37

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

Shades of Lime Green #1DCF25

Tints of Lime Green #1DCF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 75.82%

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 10.62%
G = 75.82%
B = 13.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#1DCF25 (or 0x1DCF25) is known color: Lime Green. HEX triplet: 1D, CF and 25. RGB value is (29,207,37). Sum of RGB (Red+Green+Blue) = 29+207+37=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF25 is #E230DA. Grayscale: #868686. Windows color (decimal): -14823643 or 2477853. OLE color: 2477853.

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

Color convert

RGB 29 207 37 -
CMYK 0.86 0 0.82 0.19
HSL 122.7º 0.75% 0.46% -
HSV(B) 122.7º 0.86% 0.81% -
XYZ 23.15 45.02 9.22 -
YUV 134.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 29 207 37 0.86 0 0.82 0.19 122.7 0.75 0.46
Hex 1D CF 25 56 0 52 13 7B 4B 2E
Octal 35 317 45 126 0 122 23 173 113 56
Binary 11101 11001111 100101 1010110 0 1010010 10011 1111011 1001011 101110

Color Harmonies of #1DCF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF25

Black with #1DCF25

Text Example


Text Example

White with #1DCF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,207,37); }

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

background-color css

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

 a { background-color: rgb(29,207,37); }

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

border-color css

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

 span { border-color: rgb(29,207,37); }

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