Html Css Color HEX #27C025 Lime Green

📋 copy color: '#27C025'

red 39 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #27C025

Tints of Lime Green #27C025

RGB

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

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

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

R = 14.55%
G = 71.64%
B = 13.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#27C025 (or 0x27C025) is known color: Lime Green. HEX triplet: 27, C0 and 25. RGB value is (39,192,37). Sum of RGB (Red+Green+Blue) = 39+192+37=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #27C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C025 is #D83FDA. Grayscale: #818181. Windows color (decimal): -14172123 or 2474023. OLE color: 2474023.

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

Color convert

RGB 39 192 37 -
CMYK 0.80 0 0.81 0.25
HSL 119.23º 0.68% 0.45% -
HSV(B) 119.23º 0.81% 0.75% -
XYZ 20.02 38.26 8.08 -
YUV 128.58 76.31 64.1 -
System Red Green Blue C M Y K H S L
Decimal 39 192 37 0.80 0 0.81 0.25 119.23 0.68 0.45
Hex 27 C0 25 50 0 51 19 77 44 2D
Octal 47 300 45 120 0 121 31 167 104 55
Binary 100111 11000000 100101 1010000 0 1010001 11001 1110111 1000100 101101

Color Harmonies of #27C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C025

Black with #27C025

Text Example


Text Example

White with #27C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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