Html Css Color HEX #1FC32B Lime Green

📋 copy color: '#1FC32B'

red 31 ◦ green 195 ◦ blue 43

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

Shades of Lime Green #1FC32B

Tints of Lime Green #1FC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 72.49%

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 11.52%
G = 72.49%
B = 15.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1FC32B (or 0x1FC32B) is known color: Lime Green. HEX triplet: 1F, C3 and 2B. RGB value is (31,195,43). Sum of RGB (Red+Green+Blue) = 31+195+43=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC32B is #E03CD4. Grayscale: #818181. Windows color (decimal): -14695637 or 2867999. OLE color: 2867999.

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

Color convert

RGB 31 195 43 -
CMYK 0.84 0 0.78 0.24
HSL 124.39º 0.73% 0.44% -
HSV(B) 124.39º 0.84% 0.76% -
XYZ 20.52 39.5 8.83 -
YUV 128.64 79.67 58.36 -
System Red Green Blue C M Y K H S L
Decimal 31 195 43 0.84 0 0.78 0.24 124.39 0.73 0.44
Hex 1F C3 2B 54 0 4E 18 7C 49 2C
Octal 37 303 53 124 0 116 30 174 111 54
Binary 11111 11000011 101011 1010100 0 1001110 11000 1111100 1001001 101100

Color Harmonies of #1FC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC32B

Black with #1FC32B

Text Example


Text Example

White with #1FC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,195,43); }

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

background-color css

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

 a { background-color: rgb(31,195,43); }

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

border-color css

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

 span { border-color: rgb(31,195,43); }

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