Html Css Color HEX #27C425 Lime Green

📋 copy color: '#27C425'

red 39 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #27C425

Tints of Lime Green #27C425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 14.34%
G = 72.06%
B = 13.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#27C425 (or 0x27C425) is known color: Lime Green. HEX triplet: 27, C4 and 25. RGB value is (39,196,37). Sum of RGB (Red+Green+Blue) = 39+196+37=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #27C425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C425 is #D83BDA. Grayscale: #838383. Windows color (decimal): -14171099 or 2475047. OLE color: 2475047.

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

Color convert

RGB 39 196 37 -
CMYK 0.80 0 0.81 0.23
HSL 119.25º 0.68% 0.46% -
HSV(B) 119.25º 0.81% 0.77% -
XYZ 20.91 40.04 8.38 -
YUV 130.93 74.99 62.43 -
System Red Green Blue C M Y K H S L
Decimal 39 196 37 0.80 0 0.81 0.23 119.25 0.68 0.46
Hex 27 C4 25 50 0 51 17 77 44 2E
Octal 47 304 45 120 0 121 27 167 104 56
Binary 100111 11000100 100101 1010000 0 1010001 10111 1110111 1000100 101110

Color Harmonies of #27C425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C425

Black with #27C425

Text Example


Text Example

White with #27C425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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