Html Css Color HEX #3DCD35 Lime Green

📋 copy color: '#3DCD35'

red 61 ◦ green 205 ◦ blue 53

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

Shades of Lime Green #3DCD35

Tints of Lime Green #3DCD35

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.26%

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

R = 19.12%
G = 64.26%
B = 16.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#3DCD35 (or 0x3DCD35) is known color: Lime Green. HEX triplet: 3D, CD and 35. RGB value is (61,205,53). Sum of RGB (Red+Green+Blue) = 61+205+53=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 205 (80.47% from 255 or 64.26% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD35 is #C232CA. Grayscale: #919191. Windows color (decimal): -12726987 or 3525949. OLE color: 3525949.

HSL color Cylindrical-coordinate representation of color #3DCD35: hue angle of 116.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DCD35 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 205 53 -
CMYK 0.70 0 0.74 0.20
HSL 116.84º 0.6% 0.51% -
HSV(B) 116.84º 0.74% 0.8% -
XYZ 24.4 44.91 10.75 -
YUV 144.62 76.29 68.36 -
System Red Green Blue C M Y K H S L
Decimal 61 205 53 0.70 0 0.74 0.20 116.84 0.6 0.51
Hex 3D CD 35 46 0 4A 14 75 3C 33
Octal 75 315 65 106 0 112 24 165 74 63
Binary 111101 11001101 110101 1000110 0 1001010 10100 1110101 111100 110011

Color Harmonies of #3DCD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD35

Black with #3DCD35

Text Example


Text Example

White with #3DCD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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