Html Css Color HEX #3DB433 Lime Green

📋 copy color: '#3DB433'

red 61 ◦ green 180 ◦ blue 51

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

Shades of Lime Green #3DB433

Tints of Lime Green #3DB433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.64%

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

R = 20.89%
G = 61.64%
B = 17.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#3DB433 (or 0x3DB433) is known color: Lime Green. HEX triplet: 3D, B4 and 33. RGB value is (61,180,51). Sum of RGB (Red+Green+Blue) = 61+180+51=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB433 is #C24BCC. Grayscale: #828282. Windows color (decimal): -12733389 or 3388477. OLE color: 3388477.

HSL color Cylindrical-coordinate representation of color #3DB433: hue angle of 115.35º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DB433 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 51 -
CMYK 0.66 0 0.72 0.29
HSL 115.35º 0.56% 0.45% -
HSV(B) 115.35º 0.72% 0.71% -
XYZ 18.84 33.87 8.68 -
YUV 129.71 83.58 78.99 -
System Red Green Blue C M Y K H S L
Decimal 61 180 51 0.66 0 0.72 0.29 115.35 0.56 0.45
Hex 3D B4 33 42 0 48 1D 73 38 2D
Octal 75 264 63 102 0 110 35 163 70 55
Binary 111101 10110100 110011 1000010 0 1001000 11101 1110011 111000 101101

Color Harmonies of #3DB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB433

Black with #3DB433

Text Example


Text Example

White with #3DB433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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