Html Css Color HEX #3BDE2B Lime Green

📋 copy color: '#3BDE2B'

red 59 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #3BDE2B

Tints of Lime Green #3BDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.52%

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

R = 18.21%
G = 68.52%
B = 13.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#3BDE2B (or 0x3BDE2B) is known color: Lime Green. HEX triplet: 3B, DE and 2B. RGB value is (59,222,43). Sum of RGB (Red+Green+Blue) = 59+222+43=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDE2B is #C421D4. Grayscale: #999999. Windows color (decimal): -12853717 or 2874939. OLE color: 2874939.

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

Color convert

RGB 59 222 43 -
CMYK 0.73 0 0.81 0.13
HSL 114.64º 0.73% 0.52% -
HSV(B) 114.64º 0.81% 0.87% -
XYZ 28.36 53.35 11.09 -
YUV 152.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 59 222 43 0.73 0 0.81 0.13 114.64 0.73 0.52
Hex 3B DE 2B 49 0 51 D 73 49 34
Octal 73 336 53 111 0 121 15 163 111 64
Binary 111011 11011110 101011 1001001 0 1010001 1101 1110011 1001001 110100

Color Harmonies of #3BDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE2B

Black with #3BDE2B

Text Example


Text Example

White with #3BDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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