Html Css Color HEX #3DBA35 Lime Green

📋 copy color: '#3DBA35'

red 61 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #3DBA35

Tints of Lime Green #3DBA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 20.33%
G = 62%
B = 17.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#3DBA35 (or 0x3DBA35) is known color: Lime Green. HEX triplet: 3D, BA and 35. RGB value is (61,186,53). Sum of RGB (Red+Green+Blue) = 61+186+53=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA35 is #C245CA. Grayscale: #858585. Windows color (decimal): -12731851 or 3521085. OLE color: 3521085.

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

Color convert

RGB 61 186 53 -
CMYK 0.67 0 0.72 0.27
HSL 116.39º 0.56% 0.47% -
HSV(B) 116.39º 0.72% 0.73% -
XYZ 20.13 36.37 9.33 -
YUV 133.46 82.59 76.31 -
System Red Green Blue C M Y K H S L
Decimal 61 186 53 0.67 0 0.72 0.27 116.39 0.56 0.47
Hex 3D BA 35 43 0 48 1B 74 38 2F
Octal 75 272 65 103 0 110 33 164 70 57
Binary 111101 10111010 110101 1000011 0 1001000 11011 1110100 111000 101111

Color Harmonies of #3DBA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA35

Black with #3DBA35

Text Example


Text Example

White with #3DBA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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