Html Css Color HEX #3BCD30 Lime Green

📋 copy color: '#3BCD30'

red 59 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #3BCD30

Tints of Lime Green #3BCD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 18.91%
G = 65.71%
B = 15.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#3BCD30 (or 0x3BCD30) is known color: Lime Green. HEX triplet: 3B, CD and 30. RGB value is (59,205,48). Sum of RGB (Red+Green+Blue) = 59+205+48=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD30 is #C432CF. Grayscale: #8F8F8F. Windows color (decimal): -12858064 or 3198267. OLE color: 3198267.

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

Color convert

RGB 59 205 48 -
CMYK 0.71 0 0.77 0.20
HSL 115.8º 0.62% 0.5% -
HSV(B) 115.8º 0.77% 0.8% -
XYZ 24.17 44.81 10.17 -
YUV 143.45 74.13 67.77 -
System Red Green Blue C M Y K H S L
Decimal 59 205 48 0.71 0 0.77 0.20 115.8 0.62 0.5
Hex 3B CD 30 47 0 4D 14 74 3E 32
Octal 73 315 60 107 0 115 24 164 76 62
Binary 111011 11001101 110000 1000111 0 1001101 10100 1110100 111110 110010

Color Harmonies of #3BCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCD30

Black with #3BCD30

Text Example


Text Example

White with #3BCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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