Html Css Color HEX #27C42D Lime Green

📋 copy color: '#27C42D'

red 39 ◦ green 196 ◦ blue 45

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

Shades of Lime Green #27C42D

Tints of Lime Green #27C42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 13.93%
G = 70%
B = 16.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#27C42D (or 0x27C42D) is known color: Lime Green. HEX triplet: 27, C4 and 2D. RGB value is (39,196,45). Sum of RGB (Red+Green+Blue) = 39+196+45=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #27C42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C42D is #D83BD2. Grayscale: #848484. Windows color (decimal): -14171091 or 2999335. OLE color: 2999335.

HSL color Cylindrical-coordinate representation of color #27C42D: hue angle of 122.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C42D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 39 196 45 -
CMYK 0.80 0 0.77 0.23
HSL 122.29º 0.67% 0.46% -
HSV(B) 122.29º 0.8% 0.77% -
XYZ 21.05 40.1 9.11 -
YUV 131.84 78.99 61.78 -
System Red Green Blue C M Y K H S L
Decimal 39 196 45 0.80 0 0.77 0.23 122.29 0.67 0.46
Hex 27 C4 2D 50 0 4D 17 7A 43 2E
Octal 47 304 55 120 0 115 27 172 103 56
Binary 100111 11000100 101101 1010000 0 1001101 10111 1111010 1000011 101110

Color Harmonies of #27C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C42D

Black with #27C42D

Text Example


Text Example

White with #27C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,196,45); }

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

background-color css

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

 a { background-color: rgb(39,196,45); }

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

border-color css

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

 span { border-color: rgb(39,196,45); }

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