#0BE52D

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

Shades of Free Speech Green #0BE52D

Tints of Free Speech Green #0BE52D

Color information

#0BE52D (or 0x0BE52D) is unknown color: approx Free Speech Green. HEX triplet: 0B, E5 and 2D. RGB value is (11,229,45). Sum of RGB (Red+Green+Blue) = 11+229+45=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 229 (89.84% from 255 or 80.35% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE52D is #F41AD2. Grayscale: #8F8F8F. Windows color (decimal): -15997651 or 3007755. OLE color: 3007755.

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

Color convert

RGB1122945-
CMYK0.9500.800.10
HSL129.36º90.83%47.06%-
HSV(B)129.36º95.2%89.8%-
XYZ28.6356.311.84-
YUV142.8472.7833.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 229 (89.84% from 255) = 80.35%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=3.86%
G=80.35%
B=15.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11229450.9500.800.10129.3690.8347.06
HexBE52D5F050A815b2f
Octal133455513701201220113357
Binary1011111001011011011011111010100001010100000011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,229,45); }

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

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

 a { background-color: rgb(11,229,45); }

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

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

 span { border-color: rgb(11,229,45); }

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