Html Css Color HEX #27CF1C Lime Green

📋 copy color: '#27CF1C'

red 39 ◦ green 207 ◦ blue 28

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

Shades of Lime Green #27CF1C

Tints of Lime Green #27CF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 75.55%

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 14.23%
G = 75.55%
B = 10.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#27CF1C (or 0x27CF1C) is known color: Lime Green. HEX triplet: 27, CF and 1C. RGB value is (39,207,28). Sum of RGB (Red+Green+Blue) = 39+207+28=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CF1C is #D830E3. Grayscale: #888888. Windows color (decimal): -14168292 or 1888039. OLE color: 1888039.

HSL color Cylindrical-coordinate representation of color #27CF1C: hue angle of 116.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27CF1C is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 207 28 -
CMYK 0.81 0 0.86 0.19
HSL 116.31º 0.76% 0.46% -
HSV(B) 116.31º 0.86% 0.81% -
XYZ 23.36 45.14 8.58 -
YUV 136.36 66.84 58.55 -
System Red Green Blue C M Y K H S L
Decimal 39 207 28 0.81 0 0.86 0.19 116.31 0.76 0.46
Hex 27 CF 1C 51 0 56 13 74 4C 2E
Octal 47 317 34 121 0 126 23 164 114 56
Binary 100111 11001111 11100 1010001 0 1010110 10011 1110100 1001100 101110

Color Harmonies of #27CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CF1C

Black with #27CF1C

Text Example


Text Example

White with #27CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,207,28); }

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

background-color css

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

 a { background-color: rgb(39,207,28); }

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

border-color css

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

 span { border-color: rgb(39,207,28); }

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