Html Css Color HEX #1FB42A Lime Green

📋 copy color: '#1FB42A'

red 31 ◦ green 180 ◦ blue 42

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

Shades of Lime Green #1FB42A

Tints of Lime Green #1FB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.15%

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

R = 12.25%
G = 71.15%
B = 16.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#1FB42A (or 0x1FB42A) is known color: Lime Green. HEX triplet: 1F, B4 and 2A. RGB value is (31,180,42). Sum of RGB (Red+Green+Blue) = 31+180+42=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB42A is #E04BD5. Grayscale: #787878. Windows color (decimal): -14699478 or 2798623. OLE color: 2798623.

HSL color Cylindrical-coordinate representation of color #1FB42A: hue angle of 124.43º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB42A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 42 -
CMYK 0.83 0 0.77 0.29
HSL 124.43º 0.71% 0.41% -
HSV(B) 124.43º 0.83% 0.71% -
XYZ 17.3 33.1 7.67 -
YUV 119.72 84.14 64.72 -
System Red Green Blue C M Y K H S L
Decimal 31 180 42 0.83 0 0.77 0.29 124.43 0.71 0.41
Hex 1F B4 2A 53 0 4D 1D 7C 47 29
Octal 37 264 52 123 0 115 35 174 107 51
Binary 11111 10110100 101010 1010011 0 1001101 11101 1111100 1000111 101001

Color Harmonies of #1FB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB42A

Black with #1FB42A

Text Example


Text Example

White with #1FB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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