#0BED30

Color #0BED30 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0BED30

Tints of Free Speech Green #0BED30

Color information

#0BED30 (or 0x0BED30) is unknown color: approx Free Speech Green. HEX triplet: 0B, ED and 30. RGB value is (11,237,48). Sum of RGB (Red+Green+Blue) = 11+237+48=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 237 (92.97% from 255 or 80.07% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BED30 is #F412CF. Grayscale: #949494. Windows color (decimal): -15995600 or 3206411. OLE color: 3206411.

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

Color convert

RGB1123748-
CMYK0.9500.800.07
HSL129.82º91.13%48.63%-
HSV(B)129.82º95.36%92.94%-
XYZ30.9660.8512.91-
YUV147.8871.6330.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.72%
GREEN value IS 237 (92.97% from 255) = 80.07%
BLUE value IS 48 (19.14% from 255) = 16.22%
R=3.72%
G=80.07%
B=16.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal11237480.9500.800.07129.8291.1348.63
HexBED305F0507825b31
Octal13355601370120720213361
Binary101111101101110000101111101010000111100000101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BED30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,237,48); }

 H1.HeaderClassName
 {
   color: #0BED30;
 }
 .AnyTagClassName
 {
   color: #0BED30;
 }
</style>
background-color css

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

 a { background-color: rgb(11,237,48); }

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

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

 span { border-color: rgb(11,237,48); }

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