Html Css Color HEX #27DD3D Lime Green

📋 copy color: '#27DD3D'

red 39 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #27DD3D

Tints of Lime Green #27DD3D

RGB

 RED value IS 39 (15.63% from 255) = 12.15%

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 12.15%
G = 68.85%
B = 19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#27DD3D (or 0x27DD3D) is known color: Lime Green. HEX triplet: 27, DD and 3D. RGB value is (39,221,61). Sum of RGB (Red+Green+Blue) = 39+221+61=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DD3D is #D822C2. Grayscale: #949494. Windows color (decimal): -14164675 or 4054311. OLE color: 4054311.

HSL color Cylindrical-coordinate representation of color #27DD3D: hue angle of 127.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD3D is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 221 61 -
CMYK 0.82 0 0.72 0.13
HSL 127.25º 0.73% 0.51% -
HSV(B) 127.25º 0.82% 0.87% -
XYZ 27.54 52.48 13.09 -
YUV 148.34 78.7 50.01 -
System Red Green Blue C M Y K H S L
Decimal 39 221 61 0.82 0 0.72 0.13 127.25 0.73 0.51
Hex 27 DD 3D 52 0 48 D 7F 49 33
Octal 47 335 75 122 0 110 15 177 111 63
Binary 100111 11011101 111101 1010010 0 1001000 1101 1111111 1001001 110011

Color Harmonies of #27DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DD3D

Black with #27DD3D

Text Example


Text Example

White with #27DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27DD3D; }

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

 H1.HeaderClassName
 {
   color: #27DD3D;
 }
 .AnyTagClassName
 {
   color: #27DD3D;
 }
</style>

background-color css

<style>
 a { background-color: #27DD3D; }

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

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

border-color css

<style>
 span { border-color: #27DD3D; }

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

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