Html Css Color HEX #0FE702 Free Speech Green

📋 copy color: '#0FE702'

red 15 ◦ green 231 ◦ blue 2

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

Shades of Free Speech Green #0FE702

Tints of Free Speech Green #0FE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 93.15%

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

R = 6.05%
G = 93.15%
B = 0.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#0FE702 (or 0x0FE702) is known color: Free Speech Green. HEX triplet: 0F, E7 and 02. RGB value is (15,231,2). Sum of RGB (Red+Green+Blue) = 15+231+2=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 231 (90.62% from 255 or 93.15% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 231 - color contains mainly: green. Hex color #0FE702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FE702 is #F018FD. Grayscale: #8D8D8D. Windows color (decimal): -15735038 or 190223. OLE color: 190223.

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

Color convert

RGB 15 231 2 -
CMYK 0.94 0 0.99 0.09
HSL 116.59º 0.98% 0.46% -
HSV(B) 116.59º 0.99% 0.91% -
XYZ 28.78 57.26 9.59 -
YUV 140.31 49.94 38.62 -
System Red Green Blue C M Y K H S L
Decimal 15 231 2 0.94 0 0.99 0.09 116.59 0.98 0.46
Hex F E7 2 5E 0 63 9 75 62 2E
Octal 17 347 2 136 0 143 11 165 142 56
Binary 1111 11100111 10 1011110 0 1100011 1001 1110101 1100010 101110

Color Harmonies of #0FE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE702

Black with #0FE702

Text Example


Text Example

White with #0FE702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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