Html Css Color HEX #3DCC27 Lime Green

📋 copy color: '#3DCC27'

red 61 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #3DCC27

Tints of Lime Green #3DCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 67.11%

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

R = 20.07%
G = 67.11%
B = 12.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#3DCC27 (or 0x3DCC27) is known color: Lime Green. HEX triplet: 3D, CC and 27. RGB value is (61,204,39). Sum of RGB (Red+Green+Blue) = 61+204+39=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 204 (80.08% from 255 or 67.11% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCC27 is #C233D8. Grayscale: #8E8E8E. Windows color (decimal): -12727257 or 2608189. OLE color: 2608189.

HSL color Cylindrical-coordinate representation of color #3DCC27: hue angle of 112º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DCC27 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 39 -
CMYK 0.70 0 0.81 0.2
HSL 112º 0.68% 0.48% -
HSV(B) 112º 0.81% 0.8% -
XYZ 23.88 44.32 9.22 -
YUV 142.43 69.62 69.92 -
System Red Green Blue C M Y K H S L
Decimal 61 204 39 0.70 0 0.81 0.2 112 0.68 0.48
Hex 3D CC 27 46 0 51 14 70 44 30
Octal 75 314 47 106 0 121 24 160 104 60
Binary 111101 11001100 100111 1000110 0 1010001 10100 1110000 1000100 110000

Color Harmonies of #3DCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC27

Black with #3DCC27

Text Example


Text Example

White with #3DCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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