Html Css Color HEX #3FF133 Lime Green

📋 copy color: '#3FF133'

red 63 ◦ green 241 ◦ blue 51

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

Shades of Lime Green #3FF133

Tints of Lime Green #3FF133

RGB

 RED value IS 63 (25% from 255) = 17.75%

 GREEN value IS 241 (94.53% from 255) = 67.89%

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

R = 17.75%
G = 67.89%
B = 14.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#3FF133 (or 0x3FF133) is known color: Lime Green. HEX triplet: 3F, F1 and 33. RGB value is (63,241,51). Sum of RGB (Red+Green+Blue) = 63+241+51=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF133 is #C00ECC. Grayscale: #A6A6A6. Windows color (decimal): -12586701 or 3404095. OLE color: 3404095.

HSL color Cylindrical-coordinate representation of color #3FF133: hue angle of 116.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FF133 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 241 51 -
CMYK 0.74 0 0.79 0.05
HSL 116.21º 0.87% 0.57% -
HSV(B) 116.21º 0.79% 0.95% -
XYZ 34.1 64.21 13.73 -
YUV 166.12 63.03 54.45 -
System Red Green Blue C M Y K H S L
Decimal 63 241 51 0.74 0 0.79 0.05 116.21 0.87 0.57
Hex 3F F1 33 4A 0 4F 5 74 57 39
Octal 77 361 63 112 0 117 5 164 127 71
Binary 111111 11110001 110011 1001010 0 1001111 101 1110100 1010111 111001

Color Harmonies of #3FF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF133

Black with #3FF133

Text Example


Text Example

White with #3FF133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FF133; }

 p { color: rgb(63,241,51); }

 H1.HeaderClassName
 {
   color: #3FF133;
 }
 .AnyTagClassName
 {
   color: #3FF133;
 }
</style>

background-color css

<style>
 a { background-color: #3FF133; }

 a { background-color: rgb(63,241,51); }

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

border-color css

<style>
 span { border-color: #3FF133; }

 span { border-color: rgb(63,241,51); }

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