Html Css Color HEX #0FE402 Free Speech Green

📋 copy color: '#0FE402'

red 15 ◦ green 228 ◦ blue 2

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

Shades of Free Speech Green #0FE402

Tints of Free Speech Green #0FE402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 6.12%
G = 93.06%
B = 0.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#0FE402 (or 0x0FE402) is known color: Free Speech Green. HEX triplet: 0F, E4 and 02. RGB value is (15,228,2). Sum of RGB (Red+Green+Blue) = 15+228+2=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 228 (89.45% from 255 or 93.06% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE402 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE402 is #F01BFD. Grayscale: #8B8B8B. Windows color (decimal): -15735806 or 189455. OLE color: 189455.

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

Color convert

RGB 15 228 2 -
CMYK 0.93 0 0.99 0.11
HSL 116.55º 0.98% 0.45% -
HSV(B) 116.55º 0.99% 0.89% -
XYZ 27.95 55.59 9.31 -
YUV 138.55 50.93 39.88 -
System Red Green Blue C M Y K H S L
Decimal 15 228 2 0.93 0 0.99 0.11 116.55 0.98 0.45
Hex F E4 2 5D 0 63 B 75 62 2D
Octal 17 344 2 135 0 143 13 165 142 55
Binary 1111 11100100 10 1011101 0 1100011 1011 1110101 1100010 101101

Color Harmonies of #0FE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE402

Black with #0FE402

Text Example


Text Example

White with #0FE402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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