Html Css Color HEX #3DBC34 Lime Green

📋 copy color: '#3DBC34'

red 61 ◦ green 188 ◦ blue 52

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

Shades of Lime Green #3DBC34

Tints of Lime Green #3DBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 20.27%
G = 62.46%
B = 17.28%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#3DBC34 (or 0x3DBC34) is known color: Lime Green. HEX triplet: 3D, BC and 34. RGB value is (61,188,52). Sum of RGB (Red+Green+Blue) = 61+188+52=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC34 is #C243CB. Grayscale: #868686. Windows color (decimal): -12731340 or 3456061. OLE color: 3456061.

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

Color convert

RGB 61 188 52 -
CMYK 0.68 0 0.72 0.26
HSL 116.03º 0.57% 0.47% -
HSV(B) 116.03º 0.72% 0.74% -
XYZ 20.53 37.21 9.35 -
YUV 134.52 81.42 75.56 -
System Red Green Blue C M Y K H S L
Decimal 61 188 52 0.68 0 0.72 0.26 116.03 0.57 0.47
Hex 3D BC 34 44 0 48 1A 74 39 2F
Octal 75 274 64 104 0 110 32 164 71 57
Binary 111101 10111100 110100 1000100 0 1001000 11010 1110100 111001 101111

Color Harmonies of #3DBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC34

Black with #3DBC34

Text Example


Text Example

White with #3DBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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