Html Css Color HEX #3DBC33 Lime Green

📋 copy color: '#3DBC33'

red 61 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #3DBC33

Tints of Lime Green #3DBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 62.67%

 BLUE value IS 51 (20.31% from 255) = 17%

R = 20.33%
G = 62.67%
B = 17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#3DBC33 (or 0x3DBC33) is known color: Lime Green. HEX triplet: 3D, BC and 33. RGB value is (61,188,51). Sum of RGB (Red+Green+Blue) = 61+188+51=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC33 is #C243CC. Grayscale: #868686. Windows color (decimal): -12731341 or 3390525. OLE color: 3390525.

HSL color Cylindrical-coordinate representation of color #3DBC33: hue angle of 115.62º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBC33 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 51 -
CMYK 0.68 0 0.73 0.26
HSL 115.62º 0.57% 0.47% -
HSV(B) 115.62º 0.73% 0.74% -
XYZ 20.51 37.2 9.23 -
YUV 134.41 80.92 75.64 -
System Red Green Blue C M Y K H S L
Decimal 61 188 51 0.68 0 0.73 0.26 115.62 0.57 0.47
Hex 3D BC 33 44 0 49 1A 74 39 2F
Octal 75 274 63 104 0 111 32 164 71 57
Binary 111101 10111100 110011 1000100 0 1001001 11010 1110100 111001 101111

Color Harmonies of #3DBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC33

Black with #3DBC33

Text Example


Text Example

White with #3DBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,51); }

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

background-color css

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

 a { background-color: rgb(61,188,51); }

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

border-color css

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

 span { border-color: rgb(61,188,51); }

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