Html Css Color HEX #0CF002 Free Speech Green

📋 copy color: '#0CF002'

red 12 ◦ green 240 ◦ blue 2

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

Shades of Free Speech Green #0CF002

Tints of Free Speech Green #0CF002

RGB

 RED value IS 12 (5.08% from 255) = 4.72%

 GREEN value IS 240 (94.14% from 255) = 94.49%

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

R = 4.72%
G = 94.49%
B = 0.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#0CF002 (or 0x0CF002) is known color: Free Speech Green. HEX triplet: 0C, F0 and 02. RGB value is (12,240,2). Sum of RGB (Red+Green+Blue) = 12+240+2=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 240 (94.14% from 255 or 94.49% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF002 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF002 is #F30FFD. Grayscale: #919191. Windows color (decimal): -15929342 or 192524. OLE color: 192524.

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

Color convert

RGB 12 240 2 -
CMYK 0.95 0 0.99 0.06
HSL 117.48º 0.98% 0.47% -
HSV(B) 117.48º 0.99% 0.94% -
XYZ 31.32 62.4 10.45 -
YUV 144.7 47.46 33.35 -
System Red Green Blue C M Y K H S L
Decimal 12 240 2 0.95 0 0.99 0.06 117.48 0.98 0.47
Hex C F0 2 5F 0 63 6 75 62 2F
Octal 14 360 2 137 0 143 6 165 142 57
Binary 1100 11110000 10 1011111 0 1100011 110 1110101 1100010 101111

Color Harmonies of #0CF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF002

Black with #0CF002

Text Example


Text Example

White with #0CF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,240,2); }

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

background-color css

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

 a { background-color: rgb(12,240,2); }

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

border-color css

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

 span { border-color: rgb(12,240,2); }

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