Html Css Color HEX #0BE002 Free Speech Green

📋 copy color: '#0BE002'

red 11 ◦ green 224 ◦ blue 2

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

Shades of Free Speech Green #0BE002

Tints of Free Speech Green #0BE002

RGB

 RED value IS 11 (4.69% from 255) = 4.64%

 GREEN value IS 224 (87.89% from 255) = 94.51%

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

R = 4.64%
G = 94.51%
B = 0.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#0BE002 (or 0x0BE002) is known color: Free Speech Green. HEX triplet: 0B, E0 and 02. RGB value is (11,224,2). Sum of RGB (Red+Green+Blue) = 11+224+2=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 224 (87.89% from 255 or 94.51% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE002 is #F41FFD. Grayscale: #878787. Windows color (decimal): -15998974 or 188427. OLE color: 188427.

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

Color convert

RGB 11 224 2 -
CMYK 0.95 0 0.99 0.12
HSL 117.57º 0.98% 0.44% -
HSV(B) 117.57º 0.99% 0.88% -
XYZ 26.8 53.39 8.95 -
YUV 135.01 52.93 39.55 -
System Red Green Blue C M Y K H S L
Decimal 11 224 2 0.95 0 0.99 0.12 117.57 0.98 0.44
Hex B E0 2 5F 0 63 C 76 62 2C
Octal 13 340 2 137 0 143 14 166 142 54
Binary 1011 11100000 10 1011111 0 1100011 1100 1110110 1100010 101100

Color Harmonies of #0BE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE002

Black with #0BE002

Text Example


Text Example

White with #0BE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,2); }

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

background-color css

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

 a { background-color: rgb(11,224,2); }

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

border-color css

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

 span { border-color: rgb(11,224,2); }

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