Html Css Color HEX #0FE325 Free Speech Green

📋 copy color: '#0FE325'

red 15 ◦ green 227 ◦ blue 37

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

Shades of Free Speech Green #0FE325

Tints of Free Speech Green #0FE325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 81.36%

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

R = 5.38%
G = 81.36%
B = 13.26%

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

#0FE325 (or 0x0FE325) is known color: Free Speech Green. HEX triplet: 0F, E3 and 25. RGB value is (15,227,37). Sum of RGB (Red+Green+Blue) = 15+227+37=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE325 is #F01CDA. Grayscale: #8E8E8E. Windows color (decimal): -15736027 or 2482959. OLE color: 2482959.

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

Color convert

RGB 15 227 37 -
CMYK 0.93 0 0.84 0.11
HSL 126.23º 0.88% 0.47% -
HSV(B) 126.23º 0.93% 0.89% -
XYZ 28 55.17 10.92 -
YUV 141.95 68.76 37.45 -
System Red Green Blue C M Y K H S L
Decimal 15 227 37 0.93 0 0.84 0.11 126.23 0.88 0.47
Hex F E3 25 5D 0 54 B 7E 58 2F
Octal 17 343 45 135 0 124 13 176 130 57
Binary 1111 11100011 100101 1011101 0 1010100 1011 1111110 1011000 101111

Color Harmonies of #0FE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE325

Black with #0FE325

Text Example


Text Example

White with #0FE325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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