Html Css Color HEX #0FE425 Free Speech Green

📋 copy color: '#0FE425'

red 15 ◦ green 228 ◦ blue 37

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

Shades of Free Speech Green #0FE425

Tints of Free Speech Green #0FE425

RGB

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

 GREEN value IS 228 (89.45% from 255) = 81.43%

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

R = 5.36%
G = 81.43%
B = 13.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#0FE425 (or 0x0FE425) is known color: Free Speech Green. HEX triplet: 0F, E4 and 25. RGB value is (15,228,37). Sum of RGB (Red+Green+Blue) = 15+228+37=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 228 (89.45% from 255 or 81.43% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE425 is #F01BDA. Grayscale: #8F8F8F. Windows color (decimal): -15735771 or 2483215. OLE color: 2483215.

HSL color Cylindrical-coordinate representation of color #0FE425: hue angle of 126.2º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE425 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 15 228 37 -
CMYK 0.93 0 0.84 0.11
HSL 126.2º 0.88% 0.48% -
HSV(B) 126.2º 0.93% 0.89% -
XYZ 28.27 55.72 11.02 -
YUV 142.54 68.43 37.03 -
System Red Green Blue C M Y K H S L
Decimal 15 228 37 0.93 0 0.84 0.11 126.2 0.88 0.48
Hex F E4 25 5D 0 54 B 7E 58 30
Octal 17 344 45 135 0 124 13 176 130 60
Binary 1111 11100100 100101 1011101 0 1010100 1011 1111110 1011000 110000

Color Harmonies of #0FE425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE425

Black with #0FE425

Text Example


Text Example

White with #0FE425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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