Html Css Color HEX #3DBC27 Lime Green

📋 copy color: '#3DBC27'

red 61 ◦ green 188 ◦ blue 39

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

Shades of Lime Green #3DBC27

Tints of Lime Green #3DBC27

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.28%

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

R = 21.18%
G = 65.28%
B = 13.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#3DBC27 (or 0x3DBC27) is known color: Lime Green. HEX triplet: 3D, BC and 27. RGB value is (61,188,39). Sum of RGB (Red+Green+Blue) = 61+188+39=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC27 is #C243D8. Grayscale: #858585. Windows color (decimal): -12731353 or 2604093. OLE color: 2604093.

HSL color Cylindrical-coordinate representation of color #3DBC27: hue angle of 111.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DBC27 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 188 39 -
CMYK 0.68 0 0.79 0.26
HSL 111.14º 0.66% 0.45% -
HSV(B) 111.14º 0.79% 0.74% -
XYZ 20.27 37.11 8.01 -
YUV 133.04 74.92 76.62 -
System Red Green Blue C M Y K H S L
Decimal 61 188 39 0.68 0 0.79 0.26 111.14 0.66 0.45
Hex 3D BC 27 44 0 4F 1A 6F 42 2D
Octal 75 274 47 104 0 117 32 157 102 55
Binary 111101 10111100 100111 1000100 0 1001111 11010 1101111 1000010 101101

Color Harmonies of #3DBC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC27

Black with #3DBC27

Text Example


Text Example

White with #3DBC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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