Html Css Color HEX #1FCC33 Lime Green

📋 copy color: '#1FCC33'

red 31 ◦ green 204 ◦ blue 51

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

Shades of Lime Green #1FCC33

Tints of Lime Green #1FCC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 10.84%
G = 71.33%
B = 17.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#1FCC33 (or 0x1FCC33) is known color: Lime Green. HEX triplet: 1F, CC and 33. RGB value is (31,204,51). Sum of RGB (Red+Green+Blue) = 31+204+51=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC33 is #E033CC. Grayscale: #878787. Windows color (decimal): -14693325 or 3394591. OLE color: 3394591.

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

Color convert

RGB 31 204 51 -
CMYK 0.85 0 0.75 0.2
HSL 126.94º 0.74% 0.46% -
HSV(B) 126.94º 0.85% 0.8% -
XYZ 22.76 43.72 10.37 -
YUV 134.83 80.69 53.94 -
System Red Green Blue C M Y K H S L
Decimal 31 204 51 0.85 0 0.75 0.2 126.94 0.74 0.46
Hex 1F CC 33 55 0 4B 14 7F 4A 2E
Octal 37 314 63 125 0 113 24 177 112 56
Binary 11111 11001100 110011 1010101 0 1001011 10100 1111111 1001010 101110

Color Harmonies of #1FCC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCC33

Black with #1FCC33

Text Example


Text Example

White with #1FCC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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