Html Css Color HEX #1DCF09 Lime Green

📋 copy color: '#1DCF09'

red 29 ◦ green 207 ◦ blue 9

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

Shades of Lime Green #1DCF09

Tints of Lime Green #1DCF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 11.84%
G = 84.49%
B = 3.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#1DCF09 (or 0x1DCF09) is known color: Lime Green. HEX triplet: 1D, CF and 09. RGB value is (29,207,9). Sum of RGB (Red+Green+Blue) = 29+207+9=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF09 is #E230F6. Grayscale: #838383. Windows color (decimal): -14823671 or 642845. OLE color: 642845.

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

Color convert

RGB 29 207 9 -
CMYK 0.86 0 0.96 0.19
HSL 113.94º 0.92% 0.42% -
HSV(B) 113.94º 0.96% 0.81% -
XYZ 22.87 44.91 7.72 -
YUV 131.21 59.03 55.1 -
System Red Green Blue C M Y K H S L
Decimal 29 207 9 0.86 0 0.96 0.19 113.94 0.92 0.42
Hex 1D CF 9 56 0 60 13 72 5C 2A
Octal 35 317 11 126 0 140 23 162 134 52
Binary 11101 11001111 1001 1010110 0 1100000 10011 1110010 1011100 101010

Color Harmonies of #1DCF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF09

Black with #1DCF09

Text Example


Text Example

White with #1DCF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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