Html Css Color HEX #3BCD3A Lime Green

📋 copy color: '#3BCD3A'

red 59 ◦ green 205 ◦ blue 58

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

Shades of Lime Green #3BCD3A

Tints of Lime Green #3BCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.66%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 18.32%
G = 63.66%
B = 18.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#3BCD3A (or 0x3BCD3A) is known color: Lime Green. HEX triplet: 3B, CD and 3A. RGB value is (59,205,58). Sum of RGB (Red+Green+Blue) = 59+205+58=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD3A is #C432C5. Grayscale: #919191. Windows color (decimal): -12858054 or 3853627. OLE color: 3853627.

HSL color Cylindrical-coordinate representation of color #3BCD3A: hue angle of 119.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCD3A is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 205 58 -
CMYK 0.71 0 0.72 0.20
HSL 119.59º 0.6% 0.52% -
HSV(B) 119.59º 0.72% 0.8% -
XYZ 24.4 44.9 11.38 -
YUV 144.59 79.13 66.95 -
System Red Green Blue C M Y K H S L
Decimal 59 205 58 0.71 0 0.72 0.20 119.59 0.6 0.52
Hex 3B CD 3A 47 0 48 14 78 3C 34
Octal 73 315 72 107 0 110 24 170 74 64
Binary 111011 11001101 111010 1000111 0 1001000 10100 1111000 111100 110100

Color Harmonies of #3BCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCD3A

Black with #3BCD3A

Text Example


Text Example

White with #3BCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,205,58); }

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

background-color css

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

 a { background-color: rgb(59,205,58); }

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

border-color css

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

 span { border-color: rgb(59,205,58); }

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