Html Css Color HEX #3DC33B Lime Green

📋 copy color: '#3DC33B'

red 61 ◦ green 195 ◦ blue 59

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

Shades of Lime Green #3DC33B

Tints of Lime Green #3DC33B

RGB

 RED value IS 61 (24.22% from 255) = 19.37%

 GREEN value IS 195 (76.56% from 255) = 61.9%

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

R = 19.37%
G = 61.9%
B = 18.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#3DC33B (or 0x3DC33B) is known color: Lime Green. HEX triplet: 3D, C3 and 3B. RGB value is (61,195,59). Sum of RGB (Red+Green+Blue) = 61+195+59=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC33B is #C23CC4. Grayscale: #8B8B8B. Windows color (decimal): -12729541 or 3916605. OLE color: 3916605.

HSL color Cylindrical-coordinate representation of color #3DC33B: hue angle of 119.12º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC33B is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 61 195 59 -
CMYK 0.69 0 0.70 0.24
HSL 119.12º 0.54% 0.5% -
HSV(B) 119.12º 0.7% 0.76% -
XYZ 22.23 40.34 10.75 -
YUV 139.43 82.61 72.06 -
System Red Green Blue C M Y K H S L
Decimal 61 195 59 0.69 0 0.70 0.24 119.12 0.54 0.5
Hex 3D C3 3B 45 0 46 18 77 36 32
Octal 75 303 73 105 0 106 30 167 66 62
Binary 111101 11000011 111011 1000101 0 1000110 11000 1110111 110110 110010

Color Harmonies of #3DC33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC33B

Black with #3DC33B

Text Example


Text Example

White with #3DC33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,195,59); }

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

background-color css

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

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

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

border-color css

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

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

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