Html Css Color HEX #1FCD03 Lime Green

📋 copy color: '#1FCD03'

red 31 ◦ green 205 ◦ blue 3

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

Shades of Lime Green #1FCD03

Tints of Lime Green #1FCD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 12.97%
G = 85.77%
B = 1.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#1FCD03 (or 0x1FCD03) is known color: Lime Green. HEX triplet: 1F, CD and 03. RGB value is (31,205,3). Sum of RGB (Red+Green+Blue) = 31+205+3=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 205 (80.47% from 255 or 85.77% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCD03 is #E032FC. Grayscale: #828282. Windows color (decimal): -14693117 or 249119. OLE color: 249119.

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

Color convert

RGB 31 205 3 -
CMYK 0.85 0 0.99 0.20
HSL 111.68º 0.97% 0.41% -
HSV(B) 111.68º 0.99% 0.8% -
XYZ 22.41 43.96 7.39 -
YUV 129.95 56.35 57.43 -
System Red Green Blue C M Y K H S L
Decimal 31 205 3 0.85 0 0.99 0.20 111.68 0.97 0.41
Hex 1F CD 3 55 0 63 14 70 61 29
Octal 37 315 3 125 0 143 24 160 141 51
Binary 11111 11001101 11 1010101 0 1100011 10100 1110000 1100001 101001

Color Harmonies of #1FCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD03

Black with #1FCD03

Text Example


Text Example

White with #1FCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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