Html Css Color HEX #0BE429 Free Speech Green

📋 copy color: '#0BE429'

red 11 ◦ green 228 ◦ blue 41

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

Shades of Free Speech Green #0BE429

Tints of Free Speech Green #0BE429

RGB

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

 GREEN value IS 228 (89.45% from 255) = 81.43%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 3.93%
G = 81.43%
B = 14.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#0BE429 (or 0x0BE429) is known color: Free Speech Green. HEX triplet: 0B, E4 and 29. RGB value is (11,228,41). Sum of RGB (Red+Green+Blue) = 11+228+41=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 228 (89.45% from 255 or 81.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE429 is #F41BD6. Grayscale: #8E8E8E. Windows color (decimal): -15997911 or 2745355. OLE color: 2745355.

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

Color convert

RGB 11 228 41 -
CMYK 0.95 0 0.82 0.11
HSL 128.29º 0.91% 0.47% -
HSV(B) 128.29º 0.95% 0.89% -
XYZ 28.28 55.72 11.36 -
YUV 141.8 71.11 34.71 -
System Red Green Blue C M Y K H S L
Decimal 11 228 41 0.95 0 0.82 0.11 128.29 0.91 0.47
Hex B E4 29 5F 0 52 B 80 5B 2F
Octal 13 344 51 137 0 122 13 200 133 57
Binary 1011 11100100 101001 1011111 0 1010010 1011 10000000 1011011 101111

Color Harmonies of #0BE429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE429

Black with #0BE429

Text Example


Text Example

White with #0BE429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,228,41); }

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

background-color css

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

 a { background-color: rgb(11,228,41); }

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

border-color css

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

 span { border-color: rgb(11,228,41); }

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