Html Css Color HEX #1FC421 Lime Green

📋 copy color: '#1FC421'

red 31 ◦ green 196 ◦ blue 33

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

Shades of Lime Green #1FC421

Tints of Lime Green #1FC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.38%

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

R = 11.92%
G = 75.38%
B = 12.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1FC421 (or 0x1FC421) is known color: Lime Green. HEX triplet: 1F, C4 and 21. RGB value is (31,196,33). Sum of RGB (Red+Green+Blue) = 31+196+33=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC421 is #E03BDE. Grayscale: #808080. Windows color (decimal): -14695391 or 2212895. OLE color: 2212895.

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

Color convert

RGB 31 196 33 -
CMYK 0.84 0 0.83 0.23
HSL 120.73º 0.73% 0.45% -
HSV(B) 120.73º 0.84% 0.77% -
XYZ 20.58 39.88 8.05 -
YUV 128.08 74.34 58.75 -
System Red Green Blue C M Y K H S L
Decimal 31 196 33 0.84 0 0.83 0.23 120.73 0.73 0.45
Hex 1F C4 21 54 0 53 17 79 49 2D
Octal 37 304 41 124 0 123 27 171 111 55
Binary 11111 11000100 100001 1010100 0 1010011 10111 1111001 1001001 101101

Color Harmonies of #1FC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC421

Black with #1FC421

Text Example


Text Example

White with #1FC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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