Html Css Color HEX #1FCD1E Lime Green

📋 copy color: '#1FCD1E'

red 31 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #1FCD1E

Tints of Lime Green #1FCD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 11.65%
G = 77.07%
B = 11.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#1FCD1E (or 0x1FCD1E) is known color: Lime Green. HEX triplet: 1F, CD and 1E. RGB value is (31,205,30). Sum of RGB (Red+Green+Blue) = 31+205+30=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 205 (80.47% from 255 or 77.07% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD1E is #E032E1. Grayscale: #858585. Windows color (decimal): -14693090 or 2018591. OLE color: 2018591.

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

Color convert

RGB 31 205 30 -
CMYK 0.85 0 0.85 0.20
HSL 119.66º 0.74% 0.46% -
HSV(B) 119.66º 0.85% 0.8% -
XYZ 22.63 44.05 8.54 -
YUV 133.02 69.85 55.23 -
System Red Green Blue C M Y K H S L
Decimal 31 205 30 0.85 0 0.85 0.20 119.66 0.74 0.46
Hex 1F CD 1E 55 0 55 14 78 4A 2E
Octal 37 315 36 125 0 125 24 170 112 56
Binary 11111 11001101 11110 1010101 0 1010101 10100 1111000 1001010 101110

Color Harmonies of #1FCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD1E

Black with #1FCD1E

Text Example


Text Example

White with #1FCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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