Html Css Color HEX #27F00F Free Speech Green

📋 copy color: '#27F00F'

red 39 ◦ green 240 ◦ blue 15

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

Shades of Free Speech Green #27F00F

Tints of Free Speech Green #27F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.63%

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 13.27%
G = 81.63%
B = 5.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#27F00F (or 0x27F00F) is known color: Free Speech Green. HEX triplet: 27, F0 and 0F. RGB value is (39,240,15). Sum of RGB (Red+Green+Blue) = 39+240+15=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 240 (94.14% from 255 or 81.63% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 240 - color contains mainly: green. Hex color #27F00F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F00F is #D80FF0. Grayscale: #9A9A9A. Windows color (decimal): -14159857 or 1044519. OLE color: 1044519.

HSL color Cylindrical-coordinate representation of color #27F00F: hue angle of 113.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27F00F is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 240 15 -
CMYK 0.84 0 0.94 0.06
HSL 113.6º 0.88% 0.5% -
HSV(B) 113.6º 0.94% 0.94% -
XYZ 32.08 62.79 10.88 -
YUV 154.25 49.41 45.8 -
System Red Green Blue C M Y K H S L
Decimal 39 240 15 0.84 0 0.94 0.06 113.6 0.88 0.5
Hex 27 F0 F 54 0 5E 6 72 58 32
Octal 47 360 17 124 0 136 6 162 130 62
Binary 100111 11110000 1111 1010100 0 1011110 110 1110010 1011000 110010

Color Harmonies of #27F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F00F

Black with #27F00F

Text Example


Text Example

White with #27F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,240,15); }

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

background-color css

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

 a { background-color: rgb(39,240,15); }

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

border-color css

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

 span { border-color: rgb(39,240,15); }

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