Html Css Color HEX #3BEF34 Lime Green

📋 copy color: '#3BEF34'

red 59 ◦ green 239 ◦ blue 52

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

Shades of Lime Green #3BEF34

Tints of Lime Green #3BEF34

RGB

 RED value IS 59 (23.44% from 255) = 16.86%

 GREEN value IS 239 (93.75% from 255) = 68.29%

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

R = 16.86%
G = 68.29%
B = 14.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#3BEF34 (or 0x3BEF34) is known color: Lime Green. HEX triplet: 3B, EF and 34. RGB value is (59,239,52). Sum of RGB (Red+Green+Blue) = 59+239+52=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 239 (93.75% from 255 or 68.29% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BEF34 is #C410CB. Grayscale: #A4A4A4. Windows color (decimal): -12849356 or 3469115. OLE color: 3469115.

HSL color Cylindrical-coordinate representation of color #3BEF34: hue angle of 117.75º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BEF34 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 52 -
CMYK 0.75 0 0.78 0.06
HSL 117.75º 0.85% 0.57% -
HSV(B) 117.75º 0.78% 0.94% -
XYZ 33.29 62.91 13.64 -
YUV 163.86 64.87 53.21 -
System Red Green Blue C M Y K H S L
Decimal 59 239 52 0.75 0 0.78 0.06 117.75 0.85 0.57
Hex 3B EF 34 4B 0 4E 6 76 55 39
Octal 73 357 64 113 0 116 6 166 125 71
Binary 111011 11101111 110100 1001011 0 1001110 110 1110110 1010101 111001

Color Harmonies of #3BEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEF34

Black with #3BEF34

Text Example


Text Example

White with #3BEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,239,52); }

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

background-color css

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

 a { background-color: rgb(59,239,52); }

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

border-color css

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

 span { border-color: rgb(59,239,52); }

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