Html Css Color HEX #0BEA07 Free Speech Green

📋 copy color: '#0BEA07'

red 11 ◦ green 234 ◦ blue 7

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

Shades of Free Speech Green #0BEA07

Tints of Free Speech Green #0BEA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 92.86%

 BLUE value IS 7 (3.13% from 255) = 2.78%

R = 4.37%
G = 92.86%
B = 2.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#0BEA07 (or 0x0BEA07) is known color: Free Speech Green. HEX triplet: 0B, EA and 07. RGB value is (11,234,7). Sum of RGB (Red+Green+Blue) = 11+234+7=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 234 (91.80% from 255 or 92.86% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BEA07 is #F415F8. Grayscale: #8E8E8E. Windows color (decimal): -15996409 or 518667. OLE color: 518667.

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

Color convert

RGB 11 234 7 -
CMYK 0.95 0 0.97 0.08
HSL 118.94º 0.94% 0.47% -
HSV(B) 118.94º 0.97% 0.92% -
XYZ 29.6 58.93 10.02 -
YUV 141.45 52.12 34.96 -
System Red Green Blue C M Y K H S L
Decimal 11 234 7 0.95 0 0.97 0.08 118.94 0.94 0.47
Hex B EA 7 5F 0 61 8 77 5E 2F
Octal 13 352 7 137 0 141 10 167 136 57
Binary 1011 11101010 111 1011111 0 1100001 1000 1110111 1011110 101111

Color Harmonies of #0BEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEA07

Black with #0BEA07

Text Example


Text Example

White with #0BEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,234,7); }

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

background-color css

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

 a { background-color: rgb(11,234,7); }

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

border-color css

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

 span { border-color: rgb(11,234,7); }

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