Html Css Color HEX #1FB92A Lime Green

📋 copy color: '#1FB92A'

red 31 ◦ green 185 ◦ blue 42

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

Shades of Lime Green #1FB92A

Tints of Lime Green #1FB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 71.71%

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

R = 12.02%
G = 71.71%
B = 16.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#1FB92A (or 0x1FB92A) is known color: Lime Green. HEX triplet: 1F, B9 and 2A. RGB value is (31,185,42). Sum of RGB (Red+Green+Blue) = 31+185+42=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB92A is #E046D5. Grayscale: #7B7B7B. Windows color (decimal): -14698198 or 2799903. OLE color: 2799903.

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

Color convert

RGB 31 185 42 -
CMYK 0.83 0 0.77 0.27
HSL 124.29º 0.71% 0.42% -
HSV(B) 124.29º 0.83% 0.73% -
XYZ 18.33 35.16 8.01 -
YUV 122.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 31 185 42 0.83 0 0.77 0.27 124.29 0.71 0.42
Hex 1F B9 2A 53 0 4D 1B 7C 47 2A
Octal 37 271 52 123 0 115 33 174 107 52
Binary 11111 10111001 101010 1010011 0 1001101 11011 1111100 1000111 101010

Color Harmonies of #1FB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB92A

Black with #1FB92A

Text Example


Text Example

White with #1FB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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