Html Css Color HEX #3DBA33 Lime Green

📋 copy color: '#3DBA33'

red 61 ◦ green 186 ◦ blue 51

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

Shades of Lime Green #3DBA33

Tints of Lime Green #3DBA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.42%

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

R = 20.47%
G = 62.42%
B = 17.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#3DBA33 (or 0x3DBA33) is known color: Lime Green. HEX triplet: 3D, BA and 33. RGB value is (61,186,51). Sum of RGB (Red+Green+Blue) = 61+186+51=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA33 is #C245CC. Grayscale: #858585. Windows color (decimal): -12731853 or 3390013. OLE color: 3390013.

HSL color Cylindrical-coordinate representation of color #3DBA33: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DBA33 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 51 -
CMYK 0.67 0 0.73 0.27
HSL 115.56º 0.57% 0.46% -
HSV(B) 115.56º 0.73% 0.73% -
XYZ 20.08 36.35 9.09 -
YUV 133.24 81.59 76.48 -
System Red Green Blue C M Y K H S L
Decimal 61 186 51 0.67 0 0.73 0.27 115.56 0.57 0.46
Hex 3D BA 33 43 0 49 1B 74 39 2E
Octal 75 272 63 103 0 111 33 164 71 56
Binary 111101 10111010 110011 1000011 0 1001001 11011 1110100 111001 101110

Color Harmonies of #3DBA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA33

Black with #3DBA33

Text Example


Text Example

White with #3DBA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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