Html Css Color HEX #1FC62A Lime Green

📋 copy color: '#1FC62A'

red 31 ◦ green 198 ◦ blue 42

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

Shades of Lime Green #1FC62A

Tints of Lime Green #1FC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 73.06%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 11.44%
G = 73.06%
B = 15.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1FC62A (or 0x1FC62A) is known color: Lime Green. HEX triplet: 1F, C6 and 2A. RGB value is (31,198,42). Sum of RGB (Red+Green+Blue) = 31+198+42=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC62A is #E039D5. Grayscale: #828282. Windows color (decimal): -14694870 or 2803231. OLE color: 2803231.

HSL color Cylindrical-coordinate representation of color #1FC62A: hue angle of 123.95º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC62A is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 198 42 -
CMYK 0.84 0 0.79 0.22
HSL 123.95º 0.73% 0.45% -
HSV(B) 123.95º 0.84% 0.78% -
XYZ 21.18 40.85 8.96 -
YUV 130.28 78.17 57.18 -
System Red Green Blue C M Y K H S L
Decimal 31 198 42 0.84 0 0.79 0.22 123.95 0.73 0.45
Hex 1F C6 2A 54 0 4F 16 7C 49 2D
Octal 37 306 52 124 0 117 26 174 111 55
Binary 11111 11000110 101010 1010100 0 1001111 10110 1111100 1001001 101101

Color Harmonies of #1FC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC62A

Black with #1FC62A

Text Example


Text Example

White with #1FC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,198,42); }

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

background-color css

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

 a { background-color: rgb(31,198,42); }

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

border-color css

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

 span { border-color: rgb(31,198,42); }

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