Html Css Color HEX #3DCE4A Lime Green

📋 copy color: '#3DCE4A'

red 61 ◦ green 206 ◦ blue 74

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

Shades of Lime Green #3DCE4A

Tints of Lime Green #3DCE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 17.89%
G = 60.41%
B = 21.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#3DCE4A (or 0x3DCE4A) is known color: Lime Green. HEX triplet: 3D, CE and 4A. RGB value is (61,206,74). Sum of RGB (Red+Green+Blue) = 61+206+74=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE4A is #C231B5. Grayscale: #939393. Windows color (decimal): -12726710 or 4902461. OLE color: 4902461.

HSL color Cylindrical-coordinate representation of color #3DCE4A: hue angle of 125.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCE4A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 206 74 -
CMYK 0.70 0 0.64 0.19
HSL 125.38º 0.6% 0.52% -
HSV(B) 125.38º 0.7% 0.81% -
XYZ 25.23 45.63 13.96 -
YUV 147.6 86.46 66.23 -
System Red Green Blue C M Y K H S L
Decimal 61 206 74 0.70 0 0.64 0.19 125.38 0.6 0.52
Hex 3D CE 4A 46 0 40 13 7D 3C 34
Octal 75 316 112 106 0 100 23 175 74 64
Binary 111101 11001110 1001010 1000110 0 1000000 10011 1111101 111100 110100

Color Harmonies of #3DCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCE4A

Black with #3DCE4A

Text Example


Text Example

White with #3DCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,206,74); }

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

background-color css

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

 a { background-color: rgb(61,206,74); }

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

border-color css

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

 span { border-color: rgb(61,206,74); }

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