Html Css Color HEX #27CF2F Lime Green

📋 copy color: '#27CF2F'

red 39 ◦ green 207 ◦ blue 47

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

Shades of Lime Green #27CF2F

Tints of Lime Green #27CF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 13.31%
G = 70.65%
B = 16.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#27CF2F (or 0x27CF2F) is known color: Lime Green. HEX triplet: 27, CF and 2F. RGB value is (39,207,47). Sum of RGB (Red+Green+Blue) = 39+207+47=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CF2F is #D830D0. Grayscale: #8A8A8A. Windows color (decimal): -14168273 or 3133223. OLE color: 3133223.

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

Color convert

RGB 39 207 47 -
CMYK 0.81 0 0.77 0.19
HSL 122.86º 0.68% 0.48% -
HSV(B) 122.86º 0.81% 0.81% -
XYZ 23.66 45.26 10.18 -
YUV 138.53 76.34 57.01 -
System Red Green Blue C M Y K H S L
Decimal 39 207 47 0.81 0 0.77 0.19 122.86 0.68 0.48
Hex 27 CF 2F 51 0 4D 13 7B 44 30
Octal 47 317 57 121 0 115 23 173 104 60
Binary 100111 11001111 101111 1010001 0 1001101 10011 1111011 1000100 110000

Color Harmonies of #27CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CF2F

Black with #27CF2F

Text Example


Text Example

White with #27CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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