Html Css Color HEX #27BF3C Lime Green

📋 copy color: '#27BF3C'

red 39 ◦ green 191 ◦ blue 60

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

Shades of Lime Green #27BF3C

Tints of Lime Green #27BF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 65.86%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 13.45%
G = 65.86%
B = 20.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#27BF3C (or 0x27BF3C) is known color: Lime Green. HEX triplet: 27, BF and 3C. RGB value is (39,191,60). Sum of RGB (Red+Green+Blue) = 39+191+60=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF3C is #D840C3. Grayscale: #828282. Windows color (decimal): -14172356 or 3981095. OLE color: 3981095.

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

Color convert

RGB 39 191 60 -
CMYK 0.80 0 0.69 0.25
HSL 128.29º 0.66% 0.45% -
HSV(B) 128.29º 0.8% 0.75% -
XYZ 20.28 38.02 10.54 -
YUV 130.62 88.14 62.65 -
System Red Green Blue C M Y K H S L
Decimal 39 191 60 0.80 0 0.69 0.25 128.29 0.66 0.45
Hex 27 BF 3C 50 0 45 19 80 42 2D
Octal 47 277 74 120 0 105 31 200 102 55
Binary 100111 10111111 111100 1010000 0 1000101 11001 10000000 1000010 101101

Color Harmonies of #27BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF3C

Black with #27BF3C

Text Example


Text Example

White with #27BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,191,60); }

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

background-color css

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

 a { background-color: rgb(39,191,60); }

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

border-color css

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

 span { border-color: rgb(39,191,60); }

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