Html Css Color HEX #3FEB34 Lime Green

📋 copy color: '#3FEB34'

red 63 ◦ green 235 ◦ blue 52

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

Shades of Lime Green #3FEB34

Tints of Lime Green #3FEB34

RGB

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

 GREEN value IS 235 (92.19% from 255) = 67.14%

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

R = 18%
G = 67.14%
B = 14.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#3FEB34 (or 0x3FEB34) is known color: Lime Green. HEX triplet: 3F, EB and 34. RGB value is (63,235,52). Sum of RGB (Red+Green+Blue) = 63+235+52=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEB34 is #C014CB. Grayscale: #A3A3A3. Windows color (decimal): -12588236 or 3468095. OLE color: 3468095.

HSL color Cylindrical-coordinate representation of color #3FEB34: hue angle of 116.39º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FEB34 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 52 -
CMYK 0.73 0 0.78 0.08
HSL 116.39º 0.82% 0.56% -
HSV(B) 116.39º 0.78% 0.92% -
XYZ 32.38 60.72 13.26 -
YUV 162.71 65.52 56.88 -
System Red Green Blue C M Y K H S L
Decimal 63 235 52 0.73 0 0.78 0.08 116.39 0.82 0.56
Hex 3F EB 34 49 0 4E 8 74 52 38
Octal 77 353 64 111 0 116 10 164 122 70
Binary 111111 11101011 110100 1001001 0 1001110 1000 1110100 1010010 111000

Color Harmonies of #3FEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEB34

Black with #3FEB34

Text Example


Text Example

White with #3FEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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