Html Css Color HEX #1FCC2B Lime Green

📋 copy color: '#1FCC2B'

red 31 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #1FCC2B

Tints of Lime Green #1FCC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 73.38%

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

R = 11.15%
G = 73.38%
B = 15.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#1FCC2B (or 0x1FCC2B) is known color: Lime Green. HEX triplet: 1F, CC and 2B. RGB value is (31,204,43). Sum of RGB (Red+Green+Blue) = 31+204+43=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC2B is #E033D4. Grayscale: #868686. Windows color (decimal): -14693333 or 2870303. OLE color: 2870303.

HSL color Cylindrical-coordinate representation of color #1FCC2B: hue angle of 124.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCC2B is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 43 -
CMYK 0.85 0 0.79 0.2
HSL 124.16º 0.74% 0.46% -
HSV(B) 124.16º 0.85% 0.8% -
XYZ 22.59 43.65 9.52 -
YUV 133.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 31 204 43 0.85 0 0.79 0.2 124.16 0.74 0.46
Hex 1F CC 2B 55 0 4F 14 7C 4A 2E
Octal 37 314 53 125 0 117 24 174 112 56
Binary 11111 11001100 101011 1010101 0 1001111 10100 1111100 1001010 101110

Color Harmonies of #1FCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC2B

Black with #1FCC2B

Text Example


Text Example

White with #1FCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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