Html Css Color HEX #27C825 Lime Green

📋 copy color: '#27C825'

red 39 ◦ green 200 ◦ blue 37

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

Shades of Lime Green #27C825

Tints of Lime Green #27C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.46%

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

R = 14.13%
G = 72.46%
B = 13.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#27C825 (or 0x27C825) is known color: Lime Green. HEX triplet: 27, C8 and 25. RGB value is (39,200,37). Sum of RGB (Red+Green+Blue) = 39+200+37=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 200 (78.52% from 255 or 72.46% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 200 - color contains mainly: green. Hex color #27C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C825 is #D837DA. Grayscale: #858585. Windows color (decimal): -14170075 or 2476071. OLE color: 2476071.

HSL color Cylindrical-coordinate representation of color #27C825: hue angle of 119.26º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C825 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 200 37 -
CMYK 0.80 0 0.82 0.22
HSL 119.26º 0.69% 0.46% -
HSV(B) 119.26º 0.82% 0.78% -
XYZ 21.82 41.87 8.68 -
YUV 133.28 73.66 60.75 -
System Red Green Blue C M Y K H S L
Decimal 39 200 37 0.80 0 0.82 0.22 119.26 0.69 0.46
Hex 27 C8 25 50 0 52 16 77 45 2E
Octal 47 310 45 120 0 122 26 167 105 56
Binary 100111 11001000 100101 1010000 0 1010010 10110 1110111 1000101 101110

Color Harmonies of #27C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C825

Black with #27C825

Text Example


Text Example

White with #27C825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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