Html Css Color HEX #0BEE04 Free Speech Green

📋 copy color: '#0BEE04'

red 11 ◦ green 238 ◦ blue 4

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

Shades of Free Speech Green #0BEE04

Tints of Free Speech Green #0BEE04

RGB

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

 GREEN value IS 238 (93.36% from 255) = 94.07%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 4.35%
G = 94.07%
B = 1.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#0BEE04 (or 0x0BEE04) is known color: Free Speech Green. HEX triplet: 0B, EE and 04. RGB value is (11,238,4). Sum of RGB (Red+Green+Blue) = 11+238+4=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 238 (93.36% from 255 or 94.07% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEE04 is #F411FB. Grayscale: #909090. Windows color (decimal): -15995388 or 323083. OLE color: 323083.

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

Color convert

RGB 11 238 4 -
CMYK 0.95 0 0.98 0.07
HSL 118.21º 0.97% 0.47% -
HSV(B) 118.21º 0.98% 0.93% -
XYZ 30.73 61.23 10.31 -
YUV 143.45 49.29 33.53 -
System Red Green Blue C M Y K H S L
Decimal 11 238 4 0.95 0 0.98 0.07 118.21 0.97 0.47
Hex B EE 4 5F 0 62 7 76 61 2F
Octal 13 356 4 137 0 142 7 166 141 57
Binary 1011 11101110 100 1011111 0 1100010 111 1110110 1100001 101111

Color Harmonies of #0BEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEE04

Black with #0BEE04

Text Example


Text Example

White with #0BEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,238,4); }

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

background-color css

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

 a { background-color: rgb(11,238,4); }

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

border-color css

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

 span { border-color: rgb(11,238,4); }

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