Html Css Color HEX #3DBF42 Lime Green

📋 copy color: '#3DBF42'

red 61 ◦ green 191 ◦ blue 66

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

Shades of Lime Green #3DBF42

Tints of Lime Green #3DBF42

RGB

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

 GREEN value IS 191 (75% from 255) = 60.06%

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

R = 19.18%
G = 60.06%
B = 20.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#3DBF42 (or 0x3DBF42) is known color: Lime Green. HEX triplet: 3D, BF and 42. RGB value is (61,191,66). Sum of RGB (Red+Green+Blue) = 61+191+66=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF42 is #C240BD. Grayscale: #8A8A8A. Windows color (decimal): -12730558 or 4374333. OLE color: 4374333.

HSL color Cylindrical-coordinate representation of color #3DBF42: hue angle of 122.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF42 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 66 -
CMYK 0.68 0 0.65 0.25
HSL 122.31º 0.52% 0.49% -
HSV(B) 122.31º 0.68% 0.75% -
XYZ 21.54 38.65 11.48 -
YUV 137.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 61 191 66 0.68 0 0.65 0.25 122.31 0.52 0.49
Hex 3D BF 42 44 0 41 19 7A 34 31
Octal 75 277 102 104 0 101 31 172 64 61
Binary 111101 10111111 1000010 1000100 0 1000001 11001 1111010 110100 110001

Color Harmonies of #3DBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF42

Black with #3DBF42

Text Example


Text Example

White with #3DBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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