Html Css Color HEX #1FBE32 Lime Green

📋 copy color: '#1FBE32'

red 31 ◦ green 190 ◦ blue 50

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

Shades of Lime Green #1FBE32

Tints of Lime Green #1FBE32

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.11%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 11.44%
G = 70.11%
B = 18.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#1FBE32 (or 0x1FBE32) is known color: Lime Green. HEX triplet: 1F, BE and 32. RGB value is (31,190,50). Sum of RGB (Red+Green+Blue) = 31+190+50=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE32 is #E041CD. Grayscale: #7E7E7E. Windows color (decimal): -14696910 or 3325471. OLE color: 3325471.

HSL color Cylindrical-coordinate representation of color #1FBE32: hue angle of 127.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE32 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 190 50 -
CMYK 0.84 0 0.74 0.25
HSL 127.17º 0.72% 0.43% -
HSV(B) 127.17º 0.84% 0.75% -
XYZ 19.55 37.35 9.2 -
YUV 126.5 84.82 59.88 -
System Red Green Blue C M Y K H S L
Decimal 31 190 50 0.84 0 0.74 0.25 127.17 0.72 0.43
Hex 1F BE 32 54 0 4A 19 7F 48 2B
Octal 37 276 62 124 0 112 31 177 110 53
Binary 11111 10111110 110010 1010100 0 1001010 11001 1111111 1001000 101011

Color Harmonies of #1FBE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBE32

Black with #1FBE32

Text Example


Text Example

White with #1FBE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,50); }

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

background-color css

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

 a { background-color: rgb(31,190,50); }

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

border-color css

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

 span { border-color: rgb(31,190,50); }

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