Html Css Color HEX #3BE42D Lime Green

📋 copy color: '#3BE42D'

red 59 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #3BE42D

Tints of Lime Green #3BE42D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 68.67%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 17.77%
G = 68.67%
B = 13.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#3BE42D (or 0x3BE42D) is known color: Lime Green. HEX triplet: 3B, E4 and 2D. RGB value is (59,228,45). Sum of RGB (Red+Green+Blue) = 59+228+45=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 228 (89.45% from 255 or 68.67% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE42D is #C41BD2. Grayscale: #9D9D9D. Windows color (decimal): -12852179 or 3007547. OLE color: 3007547.

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

Color convert

RGB 59 228 45 -
CMYK 0.74 0 0.80 0.11
HSL 115.41º 0.77% 0.54% -
HSV(B) 115.41º 0.8% 0.89% -
XYZ 30.02 56.61 11.83 -
YUV 156.61 65.01 58.38 -
System Red Green Blue C M Y K H S L
Decimal 59 228 45 0.74 0 0.80 0.11 115.41 0.77 0.54
Hex 3B E4 2D 4A 0 50 B 73 4D 36
Octal 73 344 55 112 0 120 13 163 115 66
Binary 111011 11100100 101101 1001010 0 1010000 1011 1110011 1001101 110110

Color Harmonies of #3BE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE42D

Black with #3BE42D

Text Example


Text Example

White with #3BE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,228,45); }

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

background-color css

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

 a { background-color: rgb(59,228,45); }

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

border-color css

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

 span { border-color: rgb(59,228,45); }

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