Html Css Color HEX #3BED32 Lime Green

📋 copy color: '#3BED32'

red 59 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #3BED32

Tints of Lime Green #3BED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.5%

 BLUE value IS 50 (19.92% from 255) = 14.45%

R = 17.05%
G = 68.5%
B = 14.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#3BED32 (or 0x3BED32) is known color: Lime Green. HEX triplet: 3B, ED and 32. RGB value is (59,237,50). Sum of RGB (Red+Green+Blue) = 59+237+50=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #3BED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BED32 is #C412CD. Grayscale: #A3A3A3. Windows color (decimal): -12849870 or 3337531. OLE color: 3337531.

HSL color Cylindrical-coordinate representation of color #3BED32: hue angle of 117.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BED32 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 237 50 -
CMYK 0.75 0 0.79 0.07
HSL 117.11º 0.84% 0.56% -
HSV(B) 117.11º 0.79% 0.93% -
XYZ 32.66 61.73 13.21 -
YUV 162.46 64.53 54.21 -
System Red Green Blue C M Y K H S L
Decimal 59 237 50 0.75 0 0.79 0.07 117.11 0.84 0.56
Hex 3B ED 32 4B 0 4F 7 75 54 38
Octal 73 355 62 113 0 117 7 165 124 70
Binary 111011 11101101 110010 1001011 0 1001111 111 1110101 1010100 111000

Color Harmonies of #3BED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BED32

Black with #3BED32

Text Example


Text Example

White with #3BED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,237,50); }

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

background-color css

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

 a { background-color: rgb(59,237,50); }

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

border-color css

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

 span { border-color: rgb(59,237,50); }

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