Html Css Color HEX #3DCE4B Lime Green

📋 copy color: '#3DCE4B'

red 61 ◦ green 206 ◦ blue 75

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

Shades of Lime Green #3DCE4B

Tints of Lime Green #3DCE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 17.84%
G = 60.23%
B = 21.93%

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

#3DCE4B (or 0x3DCE4B) is known color: Lime Green. HEX triplet: 3D, CE and 4B. RGB value is (61,206,75). Sum of RGB (Red+Green+Blue) = 61+206+75=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE4B is #C231B4. Grayscale: #949494. Windows color (decimal): -12726709 or 4967997. OLE color: 4967997.

HSL color Cylindrical-coordinate representation of color #3DCE4B: hue angle of 125.79º 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 #3DCE4B is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 206 75 -
CMYK 0.70 0 0.64 0.19
HSL 125.79º 0.6% 0.52% -
HSV(B) 125.79º 0.7% 0.81% -
XYZ 25.27 45.64 14.13 -
YUV 147.71 86.96 66.15 -
System Red Green Blue C M Y K H S L
Decimal 61 206 75 0.70 0 0.64 0.19 125.79 0.6 0.52
Hex 3D CE 4B 46 0 40 13 7E 3C 34
Octal 75 316 113 106 0 100 23 176 74 64
Binary 111101 11001110 1001011 1000110 0 1000000 10011 1111110 111100 110100

Color Harmonies of #3DCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCE4B

Black with #3DCE4B

Text Example


Text Example

White with #3DCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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