Html Css Color HEX #3DD627 Lime Green

📋 copy color: '#3DD627'

red 61 ◦ green 214 ◦ blue 39

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

Shades of Lime Green #3DD627

Tints of Lime Green #3DD627

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.15%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 19.43%
G = 68.15%
B = 12.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#3DD627 (or 0x3DD627) is known color: Lime Green. HEX triplet: 3D, D6 and 27. RGB value is (61,214,39). Sum of RGB (Red+Green+Blue) = 61+214+39=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD627 is #C229D8. Grayscale: #949494. Windows color (decimal): -12724697 or 2610749. OLE color: 2610749.

HSL color Cylindrical-coordinate representation of color #3DD627: hue angle of 112.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3DD627 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 214 39 -
CMYK 0.71 0 0.82 0.16
HSL 112.46º 0.69% 0.5% -
HSV(B) 112.46º 0.82% 0.84% -
XYZ 26.34 49.23 10.03 -
YUV 148.3 66.31 65.73 -
System Red Green Blue C M Y K H S L
Decimal 61 214 39 0.71 0 0.82 0.16 112.46 0.69 0.5
Hex 3D D6 27 47 0 52 10 70 45 32
Octal 75 326 47 107 0 122 20 160 105 62
Binary 111101 11010110 100111 1000111 0 1010010 10000 1110000 1000101 110010

Color Harmonies of #3DD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD627

Black with #3DD627

Text Example


Text Example

White with #3DD627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,214,39); }

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

background-color css

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

 a { background-color: rgb(61,214,39); }

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

border-color css

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

 span { border-color: rgb(61,214,39); }

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