Html Css Color HEX #1FCD1D Lime Green

📋 copy color: '#1FCD1D'

red 31 ◦ green 205 ◦ blue 29

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

Shades of Lime Green #1FCD1D

Tints of Lime Green #1FCD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 77.36%

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 11.7%
G = 77.36%
B = 10.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#1FCD1D (or 0x1FCD1D) is known color: Lime Green. HEX triplet: 1F, CD and 1D. RGB value is (31,205,29). Sum of RGB (Red+Green+Blue) = 31+205+29=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 205 (80.47% from 255 or 77.36% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD1D is #E032E2. Grayscale: #858585. Windows color (decimal): -14693091 or 1953055. OLE color: 1953055.

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

Color convert

RGB 31 205 29 -
CMYK 0.85 0 0.86 0.20
HSL 119.32º 0.75% 0.46% -
HSV(B) 119.32º 0.86% 0.8% -
XYZ 22.62 44.04 8.47 -
YUV 132.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 31 205 29 0.85 0 0.86 0.20 119.32 0.75 0.46
Hex 1F CD 1D 55 0 56 14 77 4B 2E
Octal 37 315 35 125 0 126 24 167 113 56
Binary 11111 11001101 11101 1010101 0 1010110 10100 1110111 1001011 101110

Color Harmonies of #1FCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD1D

Black with #1FCD1D

Text Example


Text Example

White with #1FCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,205,29); }

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

background-color css

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

 a { background-color: rgb(31,205,29); }

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

border-color css

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

 span { border-color: rgb(31,205,29); }

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