Html Css Color HEX #1FB415 Lime Green

📋 copy color: '#1FB415'

red 31 ◦ green 180 ◦ blue 21

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

Shades of Lime Green #1FB415

Tints of Lime Green #1FB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 13.36%
G = 77.59%
B = 9.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#1FB415 (or 0x1FB415) is known color: Lime Green. HEX triplet: 1F, B4 and 15. RGB value is (31,180,21). Sum of RGB (Red+Green+Blue) = 31+180+21=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB415 is #E04BEA. Grayscale: #757575. Windows color (decimal): -14699499 or 1422367. OLE color: 1422367.

HSL color Cylindrical-coordinate representation of color #1FB415: hue angle of 116.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB415 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 21 -
CMYK 0.83 0 0.88 0.29
HSL 116.23º 0.79% 0.39% -
HSV(B) 116.23º 0.88% 0.71% -
XYZ 17.02 32.99 6.18 -
YUV 117.32 73.64 66.43 -
System Red Green Blue C M Y K H S L
Decimal 31 180 21 0.83 0 0.88 0.29 116.23 0.79 0.39
Hex 1F B4 15 53 0 58 1D 74 4F 27
Octal 37 264 25 123 0 130 35 164 117 47
Binary 11111 10110100 10101 1010011 0 1011000 11101 1110100 1001111 100111

Color Harmonies of #1FB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB415

Black with #1FB415

Text Example


Text Example

White with #1FB415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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