Html Css Color HEX #3BDA34 Lime Green

📋 copy color: '#3BDA34'

red 59 ◦ green 218 ◦ blue 52

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

Shades of Lime Green #3BDA34

Tints of Lime Green #3BDA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.26%

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

R = 17.93%
G = 66.26%
B = 15.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#3BDA34 (or 0x3BDA34) is known color: Lime Green. HEX triplet: 3B, DA and 34. RGB value is (59,218,52). Sum of RGB (Red+Green+Blue) = 59+218+52=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA34 is #C425CB. Grayscale: #989898. Windows color (decimal): -12854732 or 3463739. OLE color: 3463739.

HSL color Cylindrical-coordinate representation of color #3BDA34: hue angle of 117.47º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BDA34 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 218 52 -
CMYK 0.73 0 0.76 0.15
HSL 117.47º 0.69% 0.53% -
HSV(B) 117.47º 0.76% 0.85% -
XYZ 27.49 51.32 11.71 -
YUV 151.54 71.82 62 -
System Red Green Blue C M Y K H S L
Decimal 59 218 52 0.73 0 0.76 0.15 117.47 0.69 0.53
Hex 3B DA 34 49 0 4C F 75 45 35
Octal 73 332 64 111 0 114 17 165 105 65
Binary 111011 11011010 110100 1001001 0 1001100 1111 1110101 1000101 110101

Color Harmonies of #3BDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDA34

Black with #3BDA34

Text Example


Text Example

White with #3BDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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