Html Css Color HEX #1FCD2F Lime Green

📋 copy color: '#1FCD2F'

red 31 ◦ green 205 ◦ blue 47

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

Shades of Lime Green #1FCD2F

Tints of Lime Green #1FCD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 10.95%
G = 72.44%
B = 16.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#1FCD2F (or 0x1FCD2F) is known color: Lime Green. HEX triplet: 1F, CD and 2F. RGB value is (31,205,47). Sum of RGB (Red+Green+Blue) = 31+205+47=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD2F is #E032D0. Grayscale: #878787. Windows color (decimal): -14693073 or 3132703. OLE color: 3132703.

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

Color convert

RGB 31 205 47 -
CMYK 0.85 0 0.77 0.20
HSL 125.52º 0.74% 0.46% -
HSV(B) 125.52º 0.85% 0.8% -
XYZ 22.91 44.16 10.01 -
YUV 134.96 78.35 53.85 -
System Red Green Blue C M Y K H S L
Decimal 31 205 47 0.85 0 0.77 0.20 125.52 0.74 0.46
Hex 1F CD 2F 55 0 4D 14 7E 4A 2E
Octal 37 315 57 125 0 115 24 176 112 56
Binary 11111 11001101 101111 1010101 0 1001101 10100 1111110 1001010 101110

Color Harmonies of #1FCD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD2F

Black with #1FCD2F

Text Example


Text Example

White with #1FCD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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