Html Css Color HEX #1FCA25 Lime Green

📋 copy color: '#1FCA25'

red 31 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #1FCA25

Tints of Lime Green #1FCA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 11.48%
G = 74.81%
B = 13.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#1FCA25 (or 0x1FCA25) is known color: Lime Green. HEX triplet: 1F, CA and 25. RGB value is (31,202,37). Sum of RGB (Red+Green+Blue) = 31+202+37=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCA25 is #E035DA. Grayscale: #848484. Windows color (decimal): -14693851 or 2476575. OLE color: 2476575.

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

Color convert

RGB 31 202 37 -
CMYK 0.85 0 0.82 0.21
HSL 122.11º 0.73% 0.46% -
HSV(B) 122.11º 0.85% 0.79% -
XYZ 22.02 42.67 8.83 -
YUV 132.06 74.35 55.92 -
System Red Green Blue C M Y K H S L
Decimal 31 202 37 0.85 0 0.82 0.21 122.11 0.73 0.46
Hex 1F CA 25 55 0 52 15 7A 49 2E
Octal 37 312 45 125 0 122 25 172 111 56
Binary 11111 11001010 100101 1010101 0 1010010 10101 1111010 1001001 101110

Color Harmonies of #1FCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCA25

Black with #1FCA25

Text Example


Text Example

White with #1FCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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