Html Css Color HEX #3BE02B Lime Green

📋 copy color: '#3BE02B'

red 59 ◦ green 224 ◦ blue 43

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

Shades of Lime Green #3BE02B

Tints of Lime Green #3BE02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.19%

R = 18.1%
G = 68.71%
B = 13.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#3BE02B (or 0x3BE02B) is known color: Lime Green. HEX triplet: 3B, E0 and 2B. RGB value is (59,224,43). Sum of RGB (Red+Green+Blue) = 59+224+43=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE02B is #C41FD4. Grayscale: #9A9A9A. Windows color (decimal): -12853205 or 2875451. OLE color: 2875451.

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

Color convert

RGB 59 224 43 -
CMYK 0.74 0 0.81 0.12
HSL 114.7º 0.74% 0.52% -
HSV(B) 114.7º 0.81% 0.88% -
XYZ 28.9 54.42 11.27 -
YUV 154.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 59 224 43 0.74 0 0.81 0.12 114.7 0.74 0.52
Hex 3B E0 2B 4A 0 51 C 73 4A 34
Octal 73 340 53 112 0 121 14 163 112 64
Binary 111011 11100000 101011 1001010 0 1010001 1100 1110011 1001010 110100

Color Harmonies of #3BE02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE02B

Black with #3BE02B

Text Example


Text Example

White with #3BE02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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