Html Css Color HEX #27DE0C Free Speech Green

📋 copy color: '#27DE0C'

red 39 ◦ green 222 ◦ blue 12

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

Shades of Free Speech Green #27DE0C

Tints of Free Speech Green #27DE0C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 81.32%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 14.29%
G = 81.32%
B = 4.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#27DE0C (or 0x27DE0C) is known color: Free Speech Green. HEX triplet: 27, DE and 0C. RGB value is (39,222,12). Sum of RGB (Red+Green+Blue) = 39+222+12=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 222 (87.11% from 255 or 81.32% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DE0C is #D821F3. Grayscale: #8F8F8F. Windows color (decimal): -14164468 or 843303. OLE color: 843303.

HSL color Cylindrical-coordinate representation of color #27DE0C: hue angle of 112.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27DE0C is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 12 -
CMYK 0.82 0 0.95 0.13
HSL 112.29º 0.9% 0.46% -
HSV(B) 112.29º 0.95% 0.87% -
XYZ 27.02 52.7 9.1 -
YUV 143.34 53.87 53.58 -
System Red Green Blue C M Y K H S L
Decimal 39 222 12 0.82 0 0.95 0.13 112.29 0.9 0.46
Hex 27 DE C 52 0 5F D 70 5A 2E
Octal 47 336 14 122 0 137 15 160 132 56
Binary 100111 11011110 1100 1010010 0 1011111 1101 1110000 1011010 101110

Color Harmonies of #27DE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DE0C

Black with #27DE0C

Text Example


Text Example

White with #27DE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,12); }

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

background-color css

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

 a { background-color: rgb(39,222,12); }

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

border-color css

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

 span { border-color: rgb(39,222,12); }

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