Html Css Color HEX #3DCF47 Lime Green

📋 copy color: '#3DCF47'

red 61 ◦ green 207 ◦ blue 71

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

Shades of Lime Green #3DCF47

Tints of Lime Green #3DCF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 17.99%
G = 61.06%
B = 20.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#3DCF47 (or 0x3DCF47) is known color: Lime Green. HEX triplet: 3D, CF and 47. RGB value is (61,207,71). Sum of RGB (Red+Green+Blue) = 61+207+71=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF47 is #C230B8. Grayscale: #949494. Windows color (decimal): -12726457 or 4706109. OLE color: 4706109.

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

Color convert

RGB 61 207 71 -
CMYK 0.71 0 0.66 0.19
HSL 124.11º 0.6% 0.53% -
HSV(B) 124.11º 0.71% 0.81% -
XYZ 25.37 46.07 13.52 -
YUV 147.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 61 207 71 0.71 0 0.66 0.19 124.11 0.6 0.53
Hex 3D CF 47 47 0 42 13 7C 3C 35
Octal 75 317 107 107 0 102 23 174 74 65
Binary 111101 11001111 1000111 1000111 0 1000010 10011 1111100 111100 110101

Color Harmonies of #3DCF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF47

Black with #3DCF47

Text Example


Text Example

White with #3DCF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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