Html Css Color HEX #1FCA26 Lime Green

📋 copy color: '#1FCA26'

red 31 ◦ green 202 ◦ blue 38

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

Shades of Lime Green #1FCA26

Tints of Lime Green #1FCA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.02%

R = 11.44%
G = 74.54%
B = 14.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#1FCA26 (or 0x1FCA26) is known color: Lime Green. HEX triplet: 1F, CA and 26. RGB value is (31,202,38). Sum of RGB (Red+Green+Blue) = 31+202+38=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 202 (79.30% from 255 or 74.54% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA26 is #E035D9. Grayscale: #848484. Windows color (decimal): -14693850 or 2542111. OLE color: 2542111.

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

Color convert

RGB 31 202 38 -
CMYK 0.85 0 0.81 0.21
HSL 122.46º 0.73% 0.46% -
HSV(B) 122.46º 0.85% 0.79% -
XYZ 22.04 42.67 8.91 -
YUV 132.18 74.85 55.84 -
System Red Green Blue C M Y K H S L
Decimal 31 202 38 0.85 0 0.81 0.21 122.46 0.73 0.46
Hex 1F CA 26 55 0 51 15 7A 49 2E
Octal 37 312 46 125 0 121 25 172 111 56
Binary 11111 11001010 100110 1010101 0 1010001 10101 1111010 1001001 101110

Color Harmonies of #1FCA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA26

Black with #1FCA26

Text Example


Text Example

White with #1FCA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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