Html Css Color HEX #1FCC35 Lime Green

📋 copy color: '#1FCC35'

red 31 ◦ green 204 ◦ blue 53

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

Shades of Lime Green #1FCC35

Tints of Lime Green #1FCC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 10.76%
G = 70.83%
B = 18.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#1FCC35 (or 0x1FCC35) is known color: Lime Green. HEX triplet: 1F, CC and 35. RGB value is (31,204,53). Sum of RGB (Red+Green+Blue) = 31+204+53=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 204 (80.08% from 255 or 70.83% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC35 is #E033CA. Grayscale: #878787. Windows color (decimal): -14693323 or 3525663. OLE color: 3525663.

HSL color Cylindrical-coordinate representation of color #1FCC35: hue angle of 127.63º 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 #1FCC35 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 53 -
CMYK 0.85 0 0.74 0.2
HSL 127.63º 0.74% 0.46% -
HSV(B) 127.63º 0.85% 0.8% -
XYZ 22.8 43.73 10.61 -
YUV 135.06 81.69 53.78 -
System Red Green Blue C M Y K H S L
Decimal 31 204 53 0.85 0 0.74 0.2 127.63 0.74 0.46
Hex 1F CC 35 55 0 4A 14 80 4A 2E
Octal 37 314 65 125 0 112 24 200 112 56
Binary 11111 11001100 110101 1010101 0 1001010 10100 10000000 1001010 101110

Color Harmonies of #1FCC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC35

Black with #1FCC35

Text Example


Text Example

White with #1FCC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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