Html Css Color HEX #0BEB1E Free Speech Green

📋 copy color: '#0BEB1E'

red 11 ◦ green 235 ◦ blue 30

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

Shades of Free Speech Green #0BEB1E

Tints of Free Speech Green #0BEB1E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 85.14%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 3.99%
G = 85.14%
B = 10.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#0BEB1E (or 0x0BEB1E) is known color: Free Speech Green. HEX triplet: 0B, EB and 1E. RGB value is (11,235,30). Sum of RGB (Red+Green+Blue) = 11+235+30=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 235 (92.19% from 255 or 85.14% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEB1E is #F414E1. Grayscale: #919191. Windows color (decimal): -15996130 or 2026251. OLE color: 2026251.

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

Color convert

RGB 11 235 30 -
CMYK 0.95 0 0.87 0.08
HSL 125.09º 0.91% 0.48% -
HSV(B) 125.09º 0.95% 0.92% -
XYZ 30.08 59.58 11.14 -
YUV 144.65 63.29 32.67 -
System Red Green Blue C M Y K H S L
Decimal 11 235 30 0.95 0 0.87 0.08 125.09 0.91 0.48
Hex B EB 1E 5F 0 57 8 7D 5B 30
Octal 13 353 36 137 0 127 10 175 133 60
Binary 1011 11101011 11110 1011111 0 1010111 1000 1111101 1011011 110000

Color Harmonies of #0BEB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEB1E

Black with #0BEB1E

Text Example


Text Example

White with #0BEB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,235,30); }

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

background-color css

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

 a { background-color: rgb(11,235,30); }

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

border-color css

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

 span { border-color: rgb(11,235,30); }

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