Html Css Color HEX #1FB421 Lime Green

📋 copy color: '#1FB421'

red 31 ◦ green 180 ◦ blue 33

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

Shades of Lime Green #1FB421

Tints of Lime Green #1FB421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 12.7%
G = 73.77%
B = 13.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#1FB421 (or 0x1FB421) is known color: Lime Green. HEX triplet: 1F, B4 and 21. RGB value is (31,180,33). Sum of RGB (Red+Green+Blue) = 31+180+33=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 180 (70.70% from 255 or 73.77% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB421 is #E04BDE. Grayscale: #777777. Windows color (decimal): -14699487 or 2208799. OLE color: 2208799.

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

Color convert

RGB 31 180 33 -
CMYK 0.83 0 0.82 0.29
HSL 120.81º 0.71% 0.41% -
HSV(B) 120.81º 0.83% 0.71% -
XYZ 17.16 33.04 6.91 -
YUV 118.69 79.64 65.45 -
System Red Green Blue C M Y K H S L
Decimal 31 180 33 0.83 0 0.82 0.29 120.81 0.71 0.41
Hex 1F B4 21 53 0 52 1D 79 47 29
Octal 37 264 41 123 0 122 35 171 107 51
Binary 11111 10110100 100001 1010011 0 1010010 11101 1111001 1000111 101001

Color Harmonies of #1FB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB421

Black with #1FB421

Text Example


Text Example

White with #1FB421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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