Html Css Color HEX #3DCF42 Lime Green

📋 copy color: '#3DCF42'

red 61 ◦ green 207 ◦ blue 66

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

Shades of Lime Green #3DCF42

Tints of Lime Green #3DCF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 18.26%
G = 61.98%
B = 19.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#3DCF42 (or 0x3DCF42) is known color: Lime Green. HEX triplet: 3D, CF and 42. RGB value is (61,207,66). Sum of RGB (Red+Green+Blue) = 61+207+66=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCF42 is #C230BD. Grayscale: #939393. Windows color (decimal): -12726462 or 4378429. OLE color: 4378429.

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

Color convert

RGB 61 207 66 -
CMYK 0.71 0 0.68 0.19
HSL 122.05º 0.6% 0.53% -
HSV(B) 122.05º 0.71% 0.81% -
XYZ 25.22 46.01 12.71 -
YUV 147.27 82.13 66.46 -
System Red Green Blue C M Y K H S L
Decimal 61 207 66 0.71 0 0.68 0.19 122.05 0.6 0.53
Hex 3D CF 42 47 0 44 13 7A 3C 35
Octal 75 317 102 107 0 104 23 172 74 65
Binary 111101 11001111 1000010 1000111 0 1000100 10011 1111010 111100 110101

Color Harmonies of #3DCF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF42

Black with #3DCF42

Text Example


Text Example

White with #3DCF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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