Html Css Color HEX #1FCB40 Lime Green

📋 copy color: '#1FCB40'

red 31 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #1FCB40

Tints of Lime Green #1FCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.12%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 10.4%
G = 68.12%
B = 21.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#1FCB40 (or 0x1FCB40) is known color: Lime Green. HEX triplet: 1F, CB and 40. RGB value is (31,203,64). Sum of RGB (Red+Green+Blue) = 31+203+64=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 203 (79.69% from 255 or 68.12% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCB40 is #E034BF. Grayscale: #888888. Windows color (decimal): -14693568 or 4246303. OLE color: 4246303.

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

Color convert

RGB 31 203 64 -
CMYK 0.85 0 0.68 0.20
HSL 131.51º 0.74% 0.46% -
HSV(B) 131.51º 0.85% 0.8% -
XYZ 22.85 43.37 12.02 -
YUV 135.73 87.52 53.3 -
System Red Green Blue C M Y K H S L
Decimal 31 203 64 0.85 0 0.68 0.20 131.51 0.74 0.46
Hex 1F CB 40 55 0 44 14 84 4A 2E
Octal 37 313 100 125 0 104 24 204 112 56
Binary 11111 11001011 1000000 1010101 0 1000100 10100 10000100 1001010 101110

Color Harmonies of #1FCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCB40

Black with #1FCB40

Text Example


Text Example

White with #1FCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,203,64); }

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

background-color css

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

 a { background-color: rgb(31,203,64); }

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

border-color css

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

 span { border-color: rgb(31,203,64); }

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