Html Css Color HEX #3BDD2A Lime Green

📋 copy color: '#3BDD2A'

red 59 ◦ green 221 ◦ blue 42

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

Shades of Lime Green #3BDD2A

Tints of Lime Green #3BDD2A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.63%

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 18.32%
G = 68.63%
B = 13.04%

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

#3BDD2A (or 0x3BDD2A) is known color: Lime Green. HEX triplet: 3B, DD and 2A. RGB value is (59,221,42). Sum of RGB (Red+Green+Blue) = 59+221+42=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD2A is #C422D5. Grayscale: #989898. Windows color (decimal): -12853974 or 2809147. OLE color: 2809147.

HSL color Cylindrical-coordinate representation of color #3BDD2A: hue angle of 114.3º degrees, saturation: 0.72, 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 #3BDD2A is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 221 42 -
CMYK 0.73 0 0.81 0.13
HSL 114.3º 0.72% 0.52% -
HSV(B) 114.3º 0.81% 0.87% -
XYZ 28.08 52.81 10.9 -
YUV 152.16 65.83 61.55 -
System Red Green Blue C M Y K H S L
Decimal 59 221 42 0.73 0 0.81 0.13 114.3 0.72 0.52
Hex 3B DD 2A 49 0 51 D 72 48 34
Octal 73 335 52 111 0 121 15 162 110 64
Binary 111011 11011101 101010 1001001 0 1010001 1101 1110010 1001000 110100

Color Harmonies of #3BDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDD2A

Black with #3BDD2A

Text Example


Text Example

White with #3BDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,221,42); }

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

background-color css

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

 a { background-color: rgb(59,221,42); }

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

border-color css

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

 span { border-color: rgb(59,221,42); }

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