Html Css Color HEX #3DCF40 Lime Green

📋 copy color: '#3DCF40'

red 61 ◦ green 207 ◦ blue 64

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

Shades of Lime Green #3DCF40

Tints of Lime Green #3DCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 62.35%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 18.37%
G = 62.35%
B = 19.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#3DCF40 (or 0x3DCF40) is known color: Lime Green. HEX triplet: 3D, CF and 40. RGB value is (61,207,64). Sum of RGB (Red+Green+Blue) = 61+207+64=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF40 is #C230BF. Grayscale: #939393. Windows color (decimal): -12726464 or 4247357. OLE color: 4247357.

HSL color Cylindrical-coordinate representation of color #3DCF40: hue angle of 121.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF40 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 64 -
CMYK 0.71 0 0.69 0.19
HSL 121.23º 0.6% 0.53% -
HSV(B) 121.23º 0.71% 0.81% -
XYZ 25.16 45.99 12.4 -
YUV 147.04 81.13 66.63 -
System Red Green Blue C M Y K H S L
Decimal 61 207 64 0.71 0 0.69 0.19 121.23 0.6 0.53
Hex 3D CF 40 47 0 45 13 79 3C 35
Octal 75 317 100 107 0 105 23 171 74 65
Binary 111101 11001111 1000000 1000111 0 1000101 10011 1111001 111100 110101

Color Harmonies of #3DCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF40

Black with #3DCF40

Text Example


Text Example

White with #3DCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,207,64); }

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

background-color css

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

 a { background-color: rgb(61,207,64); }

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

border-color css

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

 span { border-color: rgb(61,207,64); }

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