Html Css Color HEX #0BD40C Free Speech Green

📋 copy color: '#0BD40C'

red 11 ◦ green 212 ◦ blue 12

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

Shades of Free Speech Green #0BD40C

Tints of Free Speech Green #0BD40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 90.21%

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 4.68%
G = 90.21%
B = 5.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#0BD40C (or 0x0BD40C) is known color: Free Speech Green. HEX triplet: 0B, D4 and 0C. RGB value is (11,212,12). Sum of RGB (Red+Green+Blue) = 11+212+12=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 212 (83.20% from 255 or 90.21% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD40C is #F42BF3. Grayscale: #818181. Windows color (decimal): -16002036 or 840715. OLE color: 840715.

HSL color Cylindrical-coordinate representation of color #0BD40C: hue angle of 120.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD40C is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 212 12 -
CMYK 0.95 0 0.94 0.17
HSL 120.3º 0.9% 0.44% -
HSV(B) 120.3º 0.95% 0.83% -
XYZ 23.75 47.18 8.2 -
YUV 129.1 61.91 43.76 -
System Red Green Blue C M Y K H S L
Decimal 11 212 12 0.95 0 0.94 0.17 120.3 0.9 0.44
Hex B D4 C 5F 0 5E 11 78 5A 2C
Octal 13 324 14 137 0 136 21 170 132 54
Binary 1011 11010100 1100 1011111 0 1011110 10001 1111000 1011010 101100

Color Harmonies of #0BD40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD40C

Black with #0BD40C

Text Example


Text Example

White with #0BD40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,12); }

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

background-color css

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

 a { background-color: rgb(11,212,12); }

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

border-color css

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

 span { border-color: rgb(11,212,12); }

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