Html Css Color HEX #3BE034 Lime Green

📋 copy color: '#3BE034'

red 59 ◦ green 224 ◦ blue 52

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

Shades of Lime Green #3BE034

Tints of Lime Green #3BE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.87%

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

R = 17.61%
G = 66.87%
B = 15.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#3BE034 (or 0x3BE034) is known color: Lime Green. HEX triplet: 3B, E0 and 34. RGB value is (59,224,52). Sum of RGB (Red+Green+Blue) = 59+224+52=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE034 is #C41FCB. Grayscale: #9B9B9B. Windows color (decimal): -12853196 or 3465275. OLE color: 3465275.

HSL color Cylindrical-coordinate representation of color #3BE034: hue angle of 117.56º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BE034 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 224 52 -
CMYK 0.74 0 0.77 0.12
HSL 117.56º 0.74% 0.54% -
HSV(B) 117.56º 0.77% 0.88% -
XYZ 29.08 54.49 12.23 -
YUV 155.06 69.84 59.49 -
System Red Green Blue C M Y K H S L
Decimal 59 224 52 0.74 0 0.77 0.12 117.56 0.74 0.54
Hex 3B E0 34 4A 0 4D C 76 4A 36
Octal 73 340 64 112 0 115 14 166 112 66
Binary 111011 11100000 110100 1001010 0 1001101 1100 1110110 1001010 110110

Color Harmonies of #3BE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE034

Black with #3BE034

Text Example


Text Example

White with #3BE034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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