Html Css Color HEX #1FCD32 Lime Green

📋 copy color: '#1FCD32'

red 31 ◦ green 205 ◦ blue 50

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

Shades of Lime Green #1FCD32

Tints of Lime Green #1FCD32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 10.84%
G = 71.68%
B = 17.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#1FCD32 (or 0x1FCD32) is known color: Lime Green. HEX triplet: 1F, CD and 32. RGB value is (31,205,50). Sum of RGB (Red+Green+Blue) = 31+205+50=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD32 is #E032CD. Grayscale: #878787. Windows color (decimal): -14693070 or 3329311. OLE color: 3329311.

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

Color convert

RGB 31 205 50 -
CMYK 0.85 0 0.76 0.20
HSL 126.55º 0.74% 0.46% -
HSV(B) 126.55º 0.85% 0.8% -
XYZ 22.97 44.18 10.34 -
YUV 135.3 79.85 53.6 -
System Red Green Blue C M Y K H S L
Decimal 31 205 50 0.85 0 0.76 0.20 126.55 0.74 0.46
Hex 1F CD 32 55 0 4C 14 7F 4A 2E
Octal 37 315 62 125 0 114 24 177 112 56
Binary 11111 11001101 110010 1010101 0 1001100 10100 1111111 1001010 101110

Color Harmonies of #1FCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD32

Black with #1FCD32

Text Example


Text Example

White with #1FCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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