Html Css Color HEX #3BCD3B Lime Green

📋 copy color: '#3BCD3B'

red 59 ◦ green 205 ◦ blue 59

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

Shades of Lime Green #3BCD3B

Tints of Lime Green #3BCD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 18.27%
G = 63.47%
B = 18.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#3BCD3B (or 0x3BCD3B) is known color: Lime Green. HEX triplet: 3B, CD and 3B. RGB value is (59,205,59). Sum of RGB (Red+Green+Blue) = 59+205+59=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD3B is #C432C4. Grayscale: #919191. Windows color (decimal): -12858053 or 3919163. OLE color: 3919163.

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

Color convert

RGB 59 205 59 -
CMYK 0.71 0 0.71 0.20
HSL 120º 0.59% 0.52% -
HSV(B) 120º 0.71% 0.8% -
XYZ 24.42 44.91 11.52 -
YUV 144.7 79.63 66.87 -
System Red Green Blue C M Y K H S L
Decimal 59 205 59 0.71 0 0.71 0.20 120 0.59 0.52
Hex 3B CD 3B 47 0 47 14 78 3B 34
Octal 73 315 73 107 0 107 24 170 73 64
Binary 111011 11001101 111011 1000111 0 1000111 10100 1111000 111011 110100

Color Harmonies of #3BCD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCD3B

Black with #3BCD3B

Text Example


Text Example

White with #3BCD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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