Html Css Color HEX #0FFC2F Free Speech Green

📋 copy color: '#0FFC2F'

red 15 ◦ green 252 ◦ blue 47

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

Shades of Free Speech Green #0FFC2F

Tints of Free Speech Green #0FFC2F

RGB

 RED value IS 15 (6.25% from 255) = 4.78%

 GREEN value IS 252 (98.83% from 255) = 80.25%

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

R = 4.78%
G = 80.25%
B = 14.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#0FFC2F (or 0x0FFC2F) is known color: Free Speech Green. HEX triplet: 0F, FC and 2F. RGB value is (15,252,47). Sum of RGB (Red+Green+Blue) = 15+252+47=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 252 (98.83% from 255 or 80.25% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC2F is #F003D0. Grayscale: #9E9E9E. Windows color (decimal): -15729617 or 3144719. OLE color: 3144719.

HSL color Cylindrical-coordinate representation of color #0FFC2F: hue angle of 128.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC2F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 47 -
CMYK 0.94 0 0.81 0.01
HSL 128.1º 0.98% 0.52% -
HSV(B) 128.1º 0.94% 0.99% -
XYZ 35.52 69.93 14.31 -
YUV 157.77 65.48 26.17 -
System Red Green Blue C M Y K H S L
Decimal 15 252 47 0.94 0 0.81 0.01 128.1 0.98 0.52
Hex F FC 2F 5E 0 51 1 80 62 34
Octal 17 374 57 136 0 121 1 200 142 64
Binary 1111 11111100 101111 1011110 0 1010001 1 10000000 1100010 110100

Color Harmonies of #0FFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC2F

Black with #0FFC2F

Text Example


Text Example

White with #0FFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FFC2F; }

 p { color: rgb(15,252,47); }

 H1.HeaderClassName
 {
   color: #0FFC2F;
 }
 .AnyTagClassName
 {
   color: #0FFC2F;
 }
</style>

background-color css

<style>
 a { background-color: #0FFC2F; }

 a { background-color: rgb(15,252,47); }

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

border-color css

<style>
 span { border-color: #0FFC2F; }

 span { border-color: rgb(15,252,47); }

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