Html Css Color HEX #27C03D Lime Green

📋 copy color: '#27C03D'

red 39 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #27C03D

Tints of Lime Green #27C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.75%

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

R = 13.36%
G = 65.75%
B = 20.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#27C03D (or 0x27C03D) is known color: Lime Green. HEX triplet: 27, C0 and 3D. RGB value is (39,192,61). Sum of RGB (Red+Green+Blue) = 39+192+61=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #27C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C03D is #D83FC2. Grayscale: #838383. Windows color (decimal): -14172099 or 4046887. OLE color: 4046887.

HSL color Cylindrical-coordinate representation of color #27C03D: hue angle of 128.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C03D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 192 61 -
CMYK 0.80 0 0.68 0.25
HSL 128.63º 0.66% 0.45% -
HSV(B) 128.63º 0.8% 0.75% -
XYZ 20.53 38.47 10.76 -
YUV 131.32 88.31 62.15 -
System Red Green Blue C M Y K H S L
Decimal 39 192 61 0.80 0 0.68 0.25 128.63 0.66 0.45
Hex 27 C0 3D 50 0 44 19 81 42 2D
Octal 47 300 75 120 0 104 31 201 102 55
Binary 100111 11000000 111101 1010000 0 1000100 11001 10000001 1000010 101101

Color Harmonies of #27C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C03D

Black with #27C03D

Text Example


Text Example

White with #27C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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