Html Css Color HEX #1FCA28 Lime Green

📋 copy color: '#1FCA28'

red 31 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #1FCA28

Tints of Lime Green #1FCA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.99%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 11.36%
G = 73.99%
B = 14.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#1FCA28 (or 0x1FCA28) is known color: Lime Green. HEX triplet: 1F, CA and 28. RGB value is (31,202,40). Sum of RGB (Red+Green+Blue) = 31+202+40=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA28 is #E035D7. Grayscale: #848484. Windows color (decimal): -14693848 or 2673183. OLE color: 2673183.

HSL color Cylindrical-coordinate representation of color #1FCA28: hue angle of 123.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCA28 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 40 -
CMYK 0.85 0 0.80 0.21
HSL 123.16º 0.73% 0.46% -
HSV(B) 123.16º 0.85% 0.79% -
XYZ 22.07 42.69 9.08 -
YUV 132.4 75.85 55.67 -
System Red Green Blue C M Y K H S L
Decimal 31 202 40 0.85 0 0.80 0.21 123.16 0.73 0.46
Hex 1F CA 28 55 0 50 15 7B 49 2E
Octal 37 312 50 125 0 120 25 173 111 56
Binary 11111 11001010 101000 1010101 0 1010000 10101 1111011 1001001 101110

Color Harmonies of #1FCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA28

Black with #1FCA28

Text Example


Text Example

White with #1FCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,202,40); }

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

background-color css

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

 a { background-color: rgb(31,202,40); }

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

border-color css

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

 span { border-color: rgb(31,202,40); }

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