Html Css Color HEX #3FF134 Lime Green

📋 copy color: '#3FF134'

red 63 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #3FF134

Tints of Lime Green #3FF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 17.7%
G = 67.7%
B = 14.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#3FF134 (or 0x3FF134) is known color: Lime Green. HEX triplet: 3F, F1 and 34. RGB value is (63,241,52). Sum of RGB (Red+Green+Blue) = 63+241+52=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF134 is #C00ECB. Grayscale: #A6A6A6. Windows color (decimal): -12586700 or 3469631. OLE color: 3469631.

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

Color convert

RGB 63 241 52 -
CMYK 0.74 0 0.78 0.05
HSL 116.51º 0.87% 0.57% -
HSV(B) 116.51º 0.78% 0.95% -
XYZ 34.13 64.22 13.85 -
YUV 166.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 63 241 52 0.74 0 0.78 0.05 116.51 0.87 0.57
Hex 3F F1 34 4A 0 4E 5 75 57 39
Octal 77 361 64 112 0 116 5 165 127 71
Binary 111111 11110001 110100 1001010 0 1001110 101 1110101 1010111 111001

Color Harmonies of #3FF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF134

Black with #3FF134

Text Example


Text Example

White with #3FF134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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