Html Css Color HEX #0FDC25 Free Speech Green

📋 copy color: '#0FDC25'

red 15 ◦ green 220 ◦ blue 37

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

Shades of Free Speech Green #0FDC25

Tints of Free Speech Green #0FDC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.88%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 5.51%
G = 80.88%
B = 13.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#0FDC25 (or 0x0FDC25) is known color: Free Speech Green. HEX triplet: 0F, DC and 25. RGB value is (15,220,37). Sum of RGB (Red+Green+Blue) = 15+220+37=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 220 (86.33% from 255 or 80.88% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDC25 is #F023DA. Grayscale: #8A8A8A. Windows color (decimal): -15737819 or 2481167. OLE color: 2481167.

HSL color Cylindrical-coordinate representation of color #0FDC25: hue angle of 126.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC25 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 37 -
CMYK 0.93 0 0.83 0.14
HSL 126.44º 0.87% 0.46% -
HSV(B) 126.44º 0.93% 0.86% -
XYZ 26.12 51.42 10.3 -
YUV 137.84 71.08 40.38 -
System Red Green Blue C M Y K H S L
Decimal 15 220 37 0.93 0 0.83 0.14 126.44 0.87 0.46
Hex F DC 25 5D 0 53 E 7E 57 2E
Octal 17 334 45 135 0 123 16 176 127 56
Binary 1111 11011100 100101 1011101 0 1010011 1110 1111110 1010111 101110

Color Harmonies of #0FDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC25

Black with #0FDC25

Text Example


Text Example

White with #0FDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,37); }

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

background-color css

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

 a { background-color: rgb(15,220,37); }

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

border-color css

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

 span { border-color: rgb(15,220,37); }

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