Html Css Color HEX #0BE425 Free Speech Green

📋 copy color: '#0BE425'

red 11 ◦ green 228 ◦ blue 37

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

Shades of Free Speech Green #0BE425

Tints of Free Speech Green #0BE425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 3.99%
G = 82.61%
B = 13.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#0BE425 (or 0x0BE425) is known color: Free Speech Green. HEX triplet: 0B, E4 and 25. RGB value is (11,228,37). Sum of RGB (Red+Green+Blue) = 11+228+37=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE425 is #F41BDA. Grayscale: #8D8D8D. Windows color (decimal): -15997915 or 2483211. OLE color: 2483211.

HSL color Cylindrical-coordinate representation of color #0BE425: hue angle of 127.19º 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 #0BE425 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 37 -
CMYK 0.95 0 0.84 0.11
HSL 127.19º 0.91% 0.47% -
HSV(B) 127.19º 0.95% 0.89% -
XYZ 28.22 55.69 11.01 -
YUV 141.34 69.11 35.03 -
System Red Green Blue C M Y K H S L
Decimal 11 228 37 0.95 0 0.84 0.11 127.19 0.91 0.47
Hex B E4 25 5F 0 54 B 7F 5B 2F
Octal 13 344 45 137 0 124 13 177 133 57
Binary 1011 11100100 100101 1011111 0 1010100 1011 1111111 1011011 101111

Color Harmonies of #0BE425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE425

Black with #0BE425

Text Example


Text Example

White with #0BE425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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